[koha-commits] main Koha release repository branch, master, updated. v3.02.00-beta-138-ge1952c8

Git repo owner gitmaster at git.koha-community.org
Wed Oct 6 13:12:41 CEST 2010


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, master has been updated
       via  e1952c8ad737b8dd731f1c3995967e5ecc315d19 (commit)
       via  01247f2fc05eb90949057869522ffcc141940571 (commit)
      from  a85bd68b8e33cbf4a7cd46fa90e2fdbfc909a846 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e1952c8ad737b8dd731f1c3995967e5ecc315d19
Merge: a85bd68b8e33cbf4a7cd46fa90e2fdbfc909a846 01247f2fc05eb90949057869522ffcc141940571
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Wed Oct 6 07:12:25 2010 -0400

    Merge remote branch 'koha-fbc/k_bug_5215' into master
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 01247f2fc05eb90949057869522ffcc141940571
Author: Chris Nighswonger <cnighswonger at foundations.edu>
Date:   Fri Sep 10 15:20:51 2010 -0400

    Bug 5215 - Barcode field not cleared when using "Add and Duplicate" option on additem.pl
    
    The barcode field is not cleared/incremented properly when using the "Add and
    Duplicate" option. Rather it is pre-populated with the previously used barcode
    which causes additem.pl to return a duplicate barcode error if the cataloger
    does not catch the mistake.
    
    The problem is caused by the fact that the current item record is simply
    duplicated and re-loaded into the form.
    
    The solution is to add code which either pre-populates with the next barcode
    number if the incremental pattern is set or clears the p subfield if one of the
    various patterns using the javascript plugin is selected.
    
    In reality C4::Barcodes should be implimented here along with all necessary changes elsewhere.

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

Summary of changes:
 cataloguing/additem.pl |   65 +++++++++++++++++++++++++-----------------------
 1 files changed, 34 insertions(+), 31 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list