From 3e933f1423110403c57036a0dcb4dedbe4e53b9d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernd=20Ble=C3=9Fmann?= Date: Fri, 23 Oct 2015 18:08:20 +0200 Subject: [PATCH] =?utf8?q?Auftrags-Controller:=20Preisquellen:=20ausgw?= =?utf8?q?=C3=A4hlten=20Rabatt=20richtig=20pr=C3=BCfen.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- templates/webpages/order/tabs/_price_sources_dialog.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/webpages/order/tabs/_price_sources_dialog.html b/templates/webpages/order/tabs/_price_sources_dialog.html index 090cb289f..a9f92a0c5 100644 --- a/templates/webpages/order/tabs/_price_sources_dialog.html +++ b/templates/webpages/order/tabs/_price_sources_dialog.html @@ -71,7 +71,7 @@ [%- IF price_source.record_item.active_discount_source != price.source %] [% L.button_tag('update_discount_source(\'' _ FORM.item_id _ '\', \'' _ price.source _ '\', \'' _ price.discount_as_percent _ '\')', LxERP.t8('Select')) %] -[%- ELSIF price_source.record_item.discount * 1 != price.discount * 100 %] +[%- ELSIF price_source.record_item.discount * 1 != price.discount * 1 %] [% L.button_tag('update_discount_source(\'' _ FORM.item_id _ '\', \'' _ price.source _ '\', \'' _ price.discount_as_percent _ '\')', LxERP.t8('Update Discount')) %] [%- ELSE %] [% 'Selected' | $T8 %] -- 2.20.1