Revision d282a224
Von Jan Büren vor 10 Monaten hinzugefügt
templates/design40_webpages/inventory/_journal.html | ||
---|---|---|
19 | 19 |
<th>[% 'Warehouse To' | $T8 %]</th> |
20 | 20 |
<th class="right">[% 'Charge Number' | $T8 %]</th> |
21 | 21 |
<th>[% 'Comment' | $T8 %]</th> |
22 |
<th>[% 'Document' | $T8 %]</th> |
|
22 | 23 |
</tr> |
23 | 24 |
</thead> |
24 | 25 |
<tbody> |
... | ... | |
33 | 34 |
<td>[% row.in ? row.in.bin.full_description : '-' | html %]</td> |
34 | 35 |
<td class="right">[% row.base.chargenumber | html %]</td> |
35 | 36 |
<td>[% row.base.comment | html %]</td> |
37 |
<td>[% row.base.oe_id | html %][% row.base.invoice.invoice.invnumber | html %]</td> |
|
36 | 38 |
</tr> |
37 | 39 |
[% END %] |
38 | 40 |
</tbody> |
Auch abrufbar als: Unified diff
mini_journal um Dokument erweitert - Liste etwas länger (20 Einträge)
design 4.0