[Koha-bugs] [Bug 7485] Cannot edit barcode on Fast Add

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 27 20:04:25 CEST 2012


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

Liz Rea <wizzyrea at gmail.com> changed:

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

--- Comment #4 from Liz Rea <wizzyrea at gmail.com> ---
Created attachment 8653
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8653&action=edit
Bug 7485 - Cannot edit barcode on Fast Add

Simple fix, a special case was added for the fast add framework
in the case that an item was being checked out that had not been
catalogued. In that case, the barcode was being passed as a parameter
through addbiblio.pl to additem.pl.

This barcode param was used to overwrite the existing value, so if
no barcode param was passed ( which is only the case with fast adds
from the circ screen ), the barcode field would appear empty in the
items editor.

This commit causes that special case code to check for an existing
barcode value first, and only use the cgi parameter 'branch' in the
case that there is no existing barcode value.

Signed-off-by: Liz Rea <wizzyrea at gmail.com>
Editing barcode of fast added item now works. Passes t xt

Recommend this for 3.6 release.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list