[Koha-bugs] [Bug 2351] acqui receive multiple items fails

bugzilla-daemon at pippin.metavore.com bugzilla-daemon at pippin.metavore.com
Wed Jul 23 05:28:25 CEST 2008


http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2351


rch at liblime.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |




------- Comment #1 from rch at liblime.com  2008-07-22 20:28 -------

The immediate issue of the form not sending the correct values was resolved by
a patch I sent.

There are two remaining issues:

1:  acqui add item doesn't check for duplicate barcodes.
The behavior of 2297 reappears here.
To reproduce:
A: Receive 2 items from an acq order, entering the same barcode for each.
B: Then go to the detail record, and see one new item in the holdings list.
C: Compare this to the MARC view, and see two new 952's.

So, somehow we need to check for duplicate barcodes in this interface.

But the API should not allow this behavior, even if we fail to check for
duplicate barcodes in this script.  That's why I reopened 2297, which is really
not the correct bug description-- I think Galen addressed the API issue in his
patch for that bug.  So we're either misusing the API in our calls in acq
receiving, or there's a bug in the API.

I am reopening this bug to track the resolution of the behavior I described in
'steps to reproduce' above.  

I think 2297 should be closed and a new bug opened for what I assume is an API
shortcoming allowing us to do this.

In the short term, a simple javascript form check would suffice for this bug,
but, as I said, it shouldn't be possible to create a MARC holdings tag without
a corresponding item record. 




------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.



More information about the Koha-bugs mailing list