Files for invoice: [% invoicenumber | html %]
Vendor: [% suppliername %]
[% IF errors %]
[% IF errors.empty_upload %]The file you are attempting to upload has no contents.[% END %]
[% IF errors.no_file %]You did not select a file to upload.[% END %]
[% IF errors.invalid_parameter %]Invalid or missing script parameter.[% END %]
[% END %]
[% IF files %]
Name |
Type |
Description |
Uploaded |
Bytes |
|
|
[% FOREACH f IN files %]
[% f.file_name | html %] |
[% f.file_type | html %] |
[% f.file_description | html %] |
[% f.date_uploaded | $KohaDates %]
|
[% f.file_size %] |
Delete |
Download |
[% END %]
[% ELSE %]
This invoice has no files attached.
[% END %]
[% IF invoiceid %]
[% END %]