Inventory/Stocktaking
[% IF (moddatecount) %]
[% moddatecount %] items modified : datelastseen set to [% date | $KohaDates %]
Number of potential barcodes read: [% LinesRead %]
[% END %]
[% IF (errorfile) %]
[% errorfile %] 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 %] 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 %] barcodes that contained at least one unprintable character.
[% END %]
[% FOREACH error IN errorloop %]
[% error.barcode %]
[% 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) %]