[koha-commits] main Koha release repository branch new/bug_7485 created. v3.06.00-984-gaa8c401

Git repo owner gitmaster at git.koha-community.org
Thu Mar 29 10:02:47 CEST 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, new/bug_7485 has been created
        at  aa8c40120bdd5a50a4d8fbdae8c54096d1c4a1e3 (commit)

- Log -----------------------------------------------------------------
commit aa8c40120bdd5a50a4d8fbdae8c54096d1c4a1e3
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Mar 27 12:01:33 2012 -0400

    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.
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

-----------------------------------------------------------------------


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list