[Koha] Problems Column in Inventory

Chris Cormack chris at bigballofwax.co.nz
Fri Jul 29 10:36:37 NZST 2011


On 29 July 2011 10:21, Nicole Engard <nengard at gmail.com> wrote:
> Can anyone tell me what the last column that shows on the shelf
> listing for the inventory tool is for? It is labeled as 'Problems' but
> I have never seen anything but 'None' under that - and I've tested on
> a lot of systems.  What would a problem be? What is being reported by
> this column?

The template tells me

 [% IF ( loo.notfoundbarcode ) %]
                     <p style="background: red;">Not found among
barcodes in barcodes file.</p>
                 [% ELSIF ( loo.notfoundkoha ) %]
                     <p style="background: red;">Not found in koha.</p>
                 [% ELSE %]
                     <p style="background: green;">None</p>
                 [% END %]

So, 3 choices, none, or barcode not in Koha, or not in the file you uploaded.

Chris


More information about the Koha mailing list