From 8349ec2938f40b0a69b71f5ae9dad2b7bf23d661 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Mon, 1 Aug 2016 12:25:46 +0200 Subject: Generate invoice from detailed offer view --- include/offers-overview.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/offers-overview.php') diff --git a/include/offers-overview.php b/include/offers-overview.php index 65aea29..090a036 100644 --- a/include/offers-overview.php +++ b/include/offers-overview.php @@ -73,11 +73,11 @@ require_once(__DIR__ . '/../login.php'); " - . (($invoiceFile instanceof file) + . ((!is_null($invoiceFile)) ? " " - : "") + : "") . "
-- cgit v1.2.3