From 80e089cde98dca7aeb4bc6c962333d6e676201aa Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernd=20Ble=C3=9Fmann?= Date: Tue, 10 Dec 2013 23:00:14 +0100 Subject: [PATCH] Weitere Tipp- und Copy-Paste-Fehler korrigiert. --- templates/webpages/am/edit_units.html | 4 ++-- templates/webpages/am/list_price_factors.html | 4 ++-- templates/webpages/am/list_warehouses.html | 4 ++-- templates/webpages/custom_variable_config/list.html | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/templates/webpages/am/edit_units.html b/templates/webpages/am/edit_units.html index c8d6ae717..db3ae6558 100644 --- a/templates/webpages/am/edit_units.html +++ b/templates/webpages/am/edit_units.html @@ -83,7 +83,7 @@ - + @@ -97,7 +97,7 @@ [% FOREACH row = UNITS %] - + [% IF row.in_use %]
[ LxERP.t8('reorder item') %][%- LxERP.t8('reorder item') %] [% 'Delete' | $T8 %] [% 'Unit' | $T8 %] [% 'Base unit' | $T8 %]
[ LxERP.t8('reorder item') %][%- LxERP.t8('reorder item') %] diff --git a/templates/webpages/am/list_price_factors.html b/templates/webpages/am/list_price_factors.html index 6b3757b3b..4e91ca3be 100644 --- a/templates/webpages/am/list_price_factors.html +++ b/templates/webpages/am/list_price_factors.html @@ -9,7 +9,7 @@ - + @@ -18,7 +18,7 @@ [% FOREACH factor = PRICE_FACTORS %] - + diff --git a/templates/webpages/am/list_warehouses.html b/templates/webpages/am/list_warehouses.html index 958913a08..dde162cbf 100644 --- a/templates/webpages/am/list_warehouses.html +++ b/templates/webpages/am/list_warehouses.html @@ -8,7 +8,7 @@

[ LxERP.t8('reorder item') %][%- LxERP.t8('reorder item') %] [% 'Description' | $T8 %] [% 'Factor' | $T8 %]
[ LxERP.t8('reorder item') %][%- LxERP.t8('reorder item') %] [% HTML.escape(factor.description) %] [% HTML.escape(factor.factor) %]
- + @@ -16,7 +16,7 @@ [% FOREACH warehouse = WAREHOUSES %] - + diff --git a/templates/webpages/custom_variable_config/list.html b/templates/webpages/custom_variable_config/list.html index 74f90a20e..1f264295f 100644 --- a/templates/webpages/custom_variable_config/list.html +++ b/templates/webpages/custom_variable_config/list.html @@ -11,7 +11,7 @@
[ LxERP.t8('reorder item') %][%- LxERP.t8('reorder item') %] [% 'Description' | $T8 %] [% 'Number of bins' | $T8 %] [% 'Invalid' | $T8 %]
[ LxERP.t8('reorder item') %][%- LxERP.t8('reorder item') %] [% HTML.escape(warehouse.description) %] [% HTML.escape(warehouse.number_of_bins) %] [% IF warehouse.invalid %][% 'Yes' | $T8 %][% ELSE %][% 'No' | $T8 %][% END %]
- + @@ -26,7 +26,7 @@ [%- FOREACH cfg = CONFIGS %] - + -- 2.20.1
[ LxERP.t8('reorder item') %][%- LxERP.t8('reorder item') %] [% 'Name' | $T8 %] [% 'Description' | $T8 %] [% 'Type' | $T8 %]
[ LxERP.t8('reorder item') %][%- LxERP.t8('reorder item') %] [% HTML.escape(cfg.name) %]