X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/666d4cad684028ef5ebb5b62adca17127b9bd864..HEAD:/templates/webpages/inventory/_journal.html diff --git a/templates/webpages/inventory/_journal.html b/templates/webpages/inventory/_journal.html index 1dced05a6..f04f2e24b 100644 --- a/templates/webpages/inventory/_journal.html +++ b/templates/webpages/inventory/_journal.html @@ -2,7 +2,7 @@ [% USE HTML %] [% USE LxERP %] [% USE T8 %] -
| [% 'Warehouse To' | $T8 %] | [% 'Charge Number' | $T8 %] | [% 'Comment' | $T8 %] | +[% 'Document' | $T8 %] | [% FOREACH row = journal %]|||||||
|---|---|---|---|---|---|---|---|---|---|---|
| [% row.base.itime_as_date %] | [% row.base.trans_type.description | $T8 %] | -[% row.base.part.long_description | html %] | +[% row.base.part.displayable_name | html %] | [% row.out ? row.out.bin.full_description : '-' | html %] | [% row.in ? row.in.qty_as_number : LxERP.format_amount(-1 * row.out.qty, 2) %] | [% row.base.part.unit | html %] | [% row.in ? row.in.bin.full_description : '-' | html %] | [% row.base.chargenumber | html %] | [% row.base.comment | html %] | +[% row.base.oe_id | html %][% row.base.invoice.invoice.invnumber | html %] |