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 checked in before being marked as seen.[% END %]
[% IF (error.ERR_ONLOAN_NOT_RET) %]: Item was on loan and could not be checked in.[% END %]
[% END %]
[% UNLESS op %]
[% END %]
[% IF (op) %]
[% END %]