From afb85af8ea986cdd46a97b5362423dc2c8b6e8a6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernd=20Ble=C3=9Fmann?= Date: Tue, 10 Dec 2013 22:29:07 +0100 Subject: [PATCH] Tipp- und Copy-Paste-Fehler korrigiert. --- templates/webpages/delivery_term/list.html | 4 ++-- templates/webpages/payment_term/list.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/webpages/delivery_term/list.html b/templates/webpages/delivery_term/list.html index b47f9d14e..661e2da57 100644 --- a/templates/webpages/delivery_term/list.html +++ b/templates/webpages/delivery_term/list.html @@ -14,7 +14,7 @@ - + @@ -23,7 +23,7 @@ [%- FOREACH delivery_term = DELIVERY_TERMS %] - +
[ LxERP.t8('reorder item') %][%- LxERP.t8('reorder item') %] [%- 'Description' | $T8 %] [%- 'Long Description' | $T8 %]
[ LxERP.t8('reorder item') %][%- LxERP.t8('reorder item') %] [%- HTML.escape(delivery_term.description) %] diff --git a/templates/webpages/payment_term/list.html b/templates/webpages/payment_term/list.html index 20533f6e4..41290c2ef 100644 --- a/templates/webpages/payment_term/list.html +++ b/templates/webpages/payment_term/list.html @@ -14,7 +14,7 @@ - + @@ -26,7 +26,7 @@ [%- FOREACH payment_term = PAYMENT_TERMS %] - +
[ LxERP.t8('reorder item') %][%- LxERP.t8('reorder item') %] [%- 'Description' | $T8 %] [%- 'Long Description' | $T8 %] [%- 'Netto Terms' | $T8 %]
[ LxERP.t8('reorder item') %][%- LxERP.t8('reorder item') %] [%- HTML.escape(payment_term.description) %] -- 2.20.1