X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/b720e272f739767ad33afffcf8c282c98f97dba1..HEAD:/templates/webpages/inventory/_journal.html?ds=sidebyside diff --git a/templates/webpages/inventory/_journal.html b/templates/webpages/inventory/_journal.html index bee3b9513..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.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 %] |