[koha-commits] main Koha release repository branch new/bug_6963 created. v3.06.00-8-g61e1eee

Git repo owner gitmaster at git.koha-community.org
Fri Nov 4 10:23:27 CET 2011


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_6963 has been created
        at  61e1eeee84083f835a85d43128f4b6cbeef636dd (commit)

- Log -----------------------------------------------------------------
commit 61e1eeee84083f835a85d43128f4b6cbeef636dd
Author: Frédérick Capovilla <frederick.capovilla at libeo.com>
Date:   Mon Oct 17 16:01:29 2011 -0400

    Follow-up patch : use the subfield associated with items.barcode
    
    Instead of using the 'p' subfield directly, use the subfield letter
    associated with the items.barcode column.
    
    http://bugs.koha-community.org/show_bug.cgi?id=6963
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    
    Test cases tested:
    - 1 item, barcode empty
    - 2 items, barcodes both empty
    - 1 item, existing barcode
    - 1 item, new barcode
    - 2 items, one barcode empty, one existing
    
    All test cases worked nicely and gave correct error messages.
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

commit 327be442bd6e63e5ff8c0a5e2461ae836e8deffb
Author: Frédérick Capovilla <frederick.capovilla at libeo.com>
Date:   Mon Oct 3 15:00:05 2011 -0400

    Bug 6963: Corrects a problem when a new order is created with a duplicate barcode.
    
    If the AcqCreateItem preference is set to "ordering" and the barcode for
    the new item is already in use, no error is returned, but an invalid
    itemnumber is saved in the aqorders_items table and the item is never
    created.
    
    This patch adds a duplicate barcode verification in neworderempty.pl
    _koha_add_item is also modified so it won't return an invalid ID when
    an item can't be added.
    
    http://bugs.koha-community.org/show_bug.cgi?id=6963
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Test plan on second patch.

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list