aboutsummaryrefslogtreecommitdiff
path: root/classes/Offer.php
diff options
context:
space:
mode:
Diffstat (limited to 'classes/Offer.php')
-rw-r--r--classes/Offer.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/classes/Offer.php b/classes/Offer.php
index 1a11633..84a7da4 100644
--- a/classes/Offer.php
+++ b/classes/Offer.php
@@ -581,9 +581,9 @@ class Offer {
);
foreach ($this->getDiscounts() as $discount)
$list[] = array(
- $discount->getTitle(),
+ $discount->title,
$discount->calculate(discount::SUBTOTAL),
- $discount->getVAT() . "%",
+ $discount->VAT_percentage . "%",
$discount->calculate(discount::TOTAL)
);