[Koha-bugs] [Bug 6963] When creating a new order, the item isn't added if its barcode already exists in the items table.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Oct 17 22:09:23 CEST 2011


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

--- Comment #10 from Frédérick Capovilla <fcapovilla at live.ca> 2011-10-17 20:09:23 UTC ---
Created attachment 5944
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5944
Follow-up patch : use the subfield associated with items.barcode

You're right, the barcode won't always be in subfield $p, so using the value of
items.barcode is the right way to do it.

Added a follow-up patch so the value of items.barcode is now used instead of
'p'.

Thanks for the feedback.

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list