Revision 3d6ba1ab
Von Sven Schöling vor mehr als 15 Jahren hinzugefügt
templates/webpages/wh/transfer_parts_selection_de.html | ||
---|---|---|
66 | 66 |
<th class="listheading">Artikelnummer</th> |
67 | 67 |
<th class="listheading">Artikelbeschreibung</th> |
68 | 68 |
<th class="listheading">Chargennummer</th> |
69 |
<th class="listheading">EAN</th> |
|
69 | 70 |
<th class="listheading">Lagerbestand</th> |
70 | 71 |
<th class="listheading" colspan="2">Umlagermenge</th> |
71 | 72 |
<th class="listheading" colspan="2">Ziellager und -lagerplatz</th> |
... | ... | |
78 | 79 |
<input type="hidden" name="partnumber_[% loop.count %]" value="[% HTML.escape(row.partnumber) %]"> |
79 | 80 |
<input type="hidden" name="partdescription_[% loop.count %]" value="[% HTML.escape(row.partdescription) %]"> |
80 | 81 |
<input type="hidden" name="chargenumber_[% loop.count %]" value="[% HTML.escape(row.chargenumber) %]"> |
82 |
<input type="hidden" name="ean_[% loop.count %]" value="[% HTML.escape(row.ean) %]"> |
|
81 | 83 |
<td>[% HTML.escape(row.bindescription) %]</td> |
82 | 84 |
<td>[% HTML.escape(row.partnumber) %]</td> |
83 | 85 |
<td>[% HTML.escape(row.partdescription) %]</td> |
84 | 86 |
<td>[% HTML.escape(row.chargenumber) %]</td> |
87 |
<td>[% HTML.escape(row.ean) %]</td> |
|
85 | 88 |
<td>[% HTML.escape(row.qty) %]</td> |
86 | 89 |
<td><input name="qty_[% loop.count %]" size="8" style="text-align: right"></td> |
87 | 90 |
<td> |
Auch abrufbar als: Unified diff
Fehlender Lauf von locales