aboutsummaryrefslogtreecommitdiff
path: root/nav.php
diff options
context:
space:
mode:
Diffstat (limited to 'nav.php')
-rw-r--r--nav.php2
1 files changed, 1 insertions, 1 deletions
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);