From a9c5778232079a09000c519a414563a1e04e112d Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Thu, 28 Jul 2016 09:05:20 +0200 Subject: Split Calculatable in trait and interface --- nav.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nav.php') diff --git a/nav.php b/nav.php index 1cc43c1..22875cb 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