aboutsummaryrefslogtreecommitdiff
path: root/include/offers-view.php
diff options
context:
space:
mode:
authorCamil Staps2016-08-03 16:00:35 +0200
committerCamil Staps2016-08-03 16:00:35 +0200
commit31929a6028d589fef2add9c10d75a9885c99be96 (patch)
tree01c930dc0720931953ffd166941de728aa859c09 /include/offers-view.php
parentFix assignments-view (diff)
Discount value is not /hr
Diffstat (limited to 'include/offers-view.php')
-rw-r--r--include/offers-view.php2
1 files changed, 1 insertions, 1 deletions
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);
<p>{$discount->description}</p>
</td>
<td class='col-min-width'>
- ".Constants::invoice_valuta."<a href='#' class='editable' id='editable-discount-{$discount->id}-value' data-type='text' data-pk='{$discount->id}' data-url='".Constants::url_external."discounts/edit'>{$discount->value}</a> / hr<br/>
+ ".Constants::invoice_valuta."<a href='#' class='editable' id='editable-discount-{$discount->id}-value' data-type='text' data-pk='{$discount->id}' data-url='".Constants::url_external."discounts/edit'>{$discount->value}</a><br/>
<a href='#' class='editable' id='editable-discount-{$discount->id}-vat' data-type='text' data-pk='{$discount->id}' data-url='".Constants::url_external."discounts/edit'>{$discount->VAT_percentage}</a>% VAT
</td>
<td class='col-min-width'>