[koha-commits] main Koha release repository branch, new/bug_5213, created. v3.02.00-1061-g8ca5d5f

Git repo owner gitmaster at git.koha-community.org
Thu Apr 7 05:43:05 CEST 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_5213 has been created
        at  8ca5d5ff85c429ee972b3f80f91f5b27a58cf5d5 (commit)

- Log -----------------------------------------------------------------
commit 8ca5d5ff85c429ee972b3f80f91f5b27a58cf5d5
Author: Chris Nighswonger <cnighswonger at foundations.edu>
Date:   Tue Apr 5 11:50:48 2011 +0200

    Bug 5213 - Suffix number sequence not resetting properly in hmyymmincr barcode autogen pattern
    
    Two things are happening.
    
    First, the SELECT does not account for a branchcode greater than 2 chars.
    
    This is fixed by just selecting the final four digits representing the
    incremental suffix from the barcode field.
    
    Second, the incremental suffix (4 digits) is not rolling back over to zero when
    reaching 9999.
    
    This pattern probably needs help. It should allow for cataloging of 10000 items
    per month as is. I would not recommend doing barcode numbering this way, but
    need to support it since it is in use in at least one library.
    
    This patch also impliments strict and warnings per Bug 2505
    
    Signed-off-by: Stéphane Delaune <stephane.delaune at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list