From bc36d6390caf6c65c6295c00cbebcbcec541389d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernd=20Ble=C3=9Fmann?= Date: Wed, 20 Dec 2017 15:11:53 +0100 Subject: [PATCH] Lager: Mini-Stock: Einheiten und EAN (wenn vorhanden) mit ausgeben --- templates/webpages/inventory/_stock.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/webpages/inventory/_stock.html b/templates/webpages/inventory/_stock.html index b9ecc1cfc..7e55a052b 100644 --- a/templates/webpages/inventory/_stock.html +++ b/templates/webpages/inventory/_stock.html @@ -3,7 +3,7 @@ [%- USE L %] [%- USE T8 %] [%- IF SELF.part.id %] -

[% LxERP.t8('Stock for part #1', SELF.part.displayable_name) %]

+

[% LxERP.t8('Stock for part #1', SELF.part.displayable_name) %][%- IF SELF.part.ean -%] ([%- SELF.part.ean -%])[%- END -%]

[%- IF SELF.stock_empty && !SELF.part.bin_id %]

[% 'Nothing stocked yet.' | $T8 %]

@@ -22,7 +22,7 @@ [% bin.warehouse.description %] [% bin.description %] - [% LxERP.format_amount(stock__set.sum, 2) %] + [% LxERP.format_amount(stock__set.sum, 2) %] [%- SELF.part.unit -%] [%- END -%] [%- END -%] -- 2.20.1