X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Finventory%2F_stock.html;h=7e55a052bdd471453c0b438423ca00fb3d6c291f;hb=0db514d103cc36db3a400a1be7c20170466fb09f;hp=3b018b41f161e142945625cfd063d9f4124afe8a;hpb=5f543a5e090f24b33854c4f0f64dae1674276cd6;p=kivitendo-erp.git diff --git a/templates/webpages/inventory/_stock.html b/templates/webpages/inventory/_stock.html index 3b018b41f..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.long_description) %]

+

[% 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 -%]