[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:45:17 CET 2011


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

Robin Sheat <robin at catalyst.net.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #6800|0                           |1
        is obsolete|                            |

--- Comment #3 from Robin Sheat <robin at catalyst.net.nz> 2011-12-15 04:45:17 UTC ---
Created attachment 6802
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6802
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