From 4ea30430310b49dac2c5a02dfeb3ec0f88f9cdee Mon Sep 17 00:00:00 2001 From: Thomas Heck Date: Tue, 26 Nov 2013 14:04:23 +0100 Subject: [PATCH] Prozentzeichen bei Rabatt in der Kundenmaske anzeigen behandelt #2401 --- templates/webpages/customer_vendor/tabs/billing.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/webpages/customer_vendor/tabs/billing.html b/templates/webpages/customer_vendor/tabs/billing.html index e929a191a..516b5a05f 100644 --- a/templates/webpages/customer_vendor/tabs/billing.html +++ b/templates/webpages/customer_vendor/tabs/billing.html @@ -213,7 +213,7 @@ [% 'Discount' | $T8 %] - [% L.input_tag('cv.discount_as_percent', SELF.cv.discount_as_percent, size = 4) %] + [% L.input_tag('cv.discount_as_percent', SELF.cv.discount_as_percent, size = 4) %]% -- 2.20.1