Revision c23473bf
Von Cem Aydin vor etwa 2 Jahren hinzugefügt
templates/design40_webpages/do/stock_in_form.html | ||
---|---|---|
[% IF INSTANCE_CONF.get_show_bestbefore %]
|
||
<td>[% L.date_tag('bestbefore_'_ loop.count, row.bestbefore) %]</td>
|
||
[% END %]
|
||
<td><input type="text" name="qty_[% loop.count %]" size="12" value="[% HTML.escape(LxERP.format_amount(row.qty)) %]"></td>
|
||
<td>
|
||
<input type="text" name="qty_[% loop.count %]" size="12"
|
||
[%- IF (!row.qty) && (loop.count == 1) -%]
|
||
value="[% HTML.escape(do_qty) %]"
|
||
[%- ELSE -%]
|
||
value="[% HTML.escape(LxERP.format_amount(row.qty)) %]"
|
||
[%- END -%]>
|
||
</td>
|
||
<td>
|
||
<select name="unit_[% loop.count %]">
|
||
[% FOREACH unit = UNITS %]
|
Auch abrufbar als: Unified diff
design40: do/stock_in_form.html aktualisiert
- b5c4682 Einkaufslieferschein: Falls erste Position beim Einlagern mit LS-Menge vorbelegenfrom