[koha-commits] updated branch master (9b98fc778dd74bc209f03c2858cbd0a8219babe8)

Koha Gitosis gitosis at git.koha.org
Fri Feb 12 21:03:45 CET 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 "Koha GitWeb".

The branch, master has been updated
       via  9b98fc778dd74bc209f03c2858cbd0a8219babe8 (commit)
      from  33230acc2908972475131c4da7472096e78bef3b (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 9b98fc778dd74bc209f03c2858cbd0a8219babe8
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Mon Feb 1 10:19:22 2010 -0600

    bug 4169: fix item batch modification for MARC21
    
    The MARC21 framework uses $0 for the item withdrawn status.  Because
    of how the tool had marked the barcode and stocknumber as being
    uneditable, this resulted in an off-by-one error, causing the wrong
    item fields to be updated.
    
    Fixed by simply not including the uneditable fields in list
    of item fields that can be edited - if you can't change the barcode,
    there's no point in displaying it in the list of fields.
    
    Also fixed how the bib title/author/ISBN got displayed so that the
    withdrawn column gets displayed after an item update.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
    Signed-off-by: Liz Rea <lrea at nekls.org>

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

Summary of changes:
 .../prog/en/modules/tools/batchMod-edit.tmpl       |    8 ++-
 tools/batchMod.pl                                  |   41 ++++++-------------
 2 files changed, 18 insertions(+), 31 deletions(-)


hooks/post-receive
-- 
Koha GitWeb



More information about the koha-commits mailing list