From 31929a6028d589fef2add9c10d75a9885c99be96 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Wed, 3 Aug 2016 16:00:35 +0200 Subject: Discount value is not /hr --- include/offers-view.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/offers-view.php b/include/offers-view.php index 09eff5b..908db94 100644 --- a/include/offers-view.php +++ b/include/offers-view.php @@ -89,7 +89,7 @@ $_offer = new Offer($_pdo, $_id);

{$discount->description}

- ".Constants::invoice_valuta."{$discount->value} / hr
+ ".Constants::invoice_valuta."{$discount->value}
{$discount->VAT_percentage}% VAT -- cgit v1.2.3