From 69ffbcac4474404c413aceaecc96117691fd801a Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Wed, 27 Jul 2016 21:40:10 +0200 Subject: Traits cannot have constants --- nav.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nav.php') diff --git a/nav.php b/nav.php index 22875cb..1cc43c1 100644 --- a/nav.php +++ b/nav.php @@ -59,7 +59,7 @@ 'id' => $offer->id, 'contactClientName' => $offer->getContact()->getClient()->name, 'percentage' => $percentage, - 'price' => Constants::invoice_valuta . $offer->calculate(Calculatable::SUBTOTAL) + 'price' => Constants::invoice_valuta . $offer->calculate(CALCULATABLE_SUBTOTAL) ); } krsort($list, SORT_STRING); -- cgit v1.2.3