[Koha-bugs] [Bug 7362] Allow searching by item number as a fallback

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Dec 15 05:15:46 CET 2011


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7362

--- Comment #1 from Robin Sheat <robin at catalyst.net.nz> 2011-12-15 04:15:46 UTC ---
Created attachment 6800
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6800
Bug 7362 - allow checkout by item number

This adds a system preference (CircFallbackItemnumber) that allows the
item number to be used instead of a barcode when issuing items.

It will check the barcode first, but if it isn't found, it'll attempt to
use the item number.

There is also a bit of related refactoring going on, removing some of
the assumption from Koha that every item has a barcode, and using that
as a primary key in the circulatory system.

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.


More information about the Koha-bugs mailing list