X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/b720e272f739767ad33afffcf8c282c98f97dba1..HEAD:/templates/webpages/inventory/_journal.html 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 %] -

[% 'Journal of Last 10 Transfers' | $T8 %]

+

[% 'Journal of Last 20 Transfers' | $T8 %]

[%- IF journal.size %] @@ -16,6 +16,7 @@ + [% FOREACH row = journal %] @@ -28,6 +29,7 @@ + [% END %]
[% 'Warehouse To' | $T8 %] [% 'Charge Number' | $T8 %] [% 'Comment' | $T8 %][% 'Document' | $T8 %]
[% 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 %]