X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fam%2Flist_warehouses.html;h=dde162cbf4c6683733e953a98afa01a9b61e45a4;hb=ce213a0a7c307cd46c4aff6eb72cbdc5da6753b7;hp=958913a087e485850451071f2b0b19763c1b6472;hpb=41b9f5c7c8067d67326c83e2d26df0898bc279ca;p=kivitendo-erp.git 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 @@

- + @@ -16,7 +16,7 @@ [% FOREACH warehouse = WAREHOUSES %] - +
[ 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 %]