Inventory
[% IF (moddatecount) %]Number of potential barcodes read: [% LinesRead | html %]
[% END %]
[% IF (errorfile) %][% errorfile | html %] can't be opened
[% END %]
[% IF (err_length && err_length==1) %]There was 1 barcode that was too long.
[% END %]
[% IF (err_length && err_length>1) %]There were [% err_length | html %] barcodes that were too long.
[% END %]
[% IF (err_data && err_data==1) %]There was 1 barcode that contained at least one unprintable character.
[% END %]
[% IF (err_data && err_data>1) %]There were [% err_data | html %] barcodes that contained at least one unprintable character.
[% END %]
[% FOREACH error IN errorloop %]
[% error.barcode | html %]
[% IF (error.ERR_BARCODE) %]: barcode not found[% END %]
[% IF (error.ERR_WTHDRAWN) %]: item withdrawn[% END %]
[% IF (error.ERR_ONLOAN_RET) %]: item was on loan. It was returned before marked as seen[% END %]
[% IF (error.ERR_ONLOAN_NOT_RET) %]: item was on loan. couldn't be returned.[% END %]
[% END %]
[% UNLESS op %]
[% END %]
[% IF (op) %]
[% END %]