bug 4169: fix item batch modification for MARC21
authorGalen Charlton <gmcharlt@gmail.com>
Mon, 1 Feb 2010 16:19:22 +0000 (10:19 -0600)
committerGalen Charlton <gmcharlt@gmail.com>
Fri, 12 Feb 2010 20:03:00 +0000 (15:03 -0500)
commit9b98fc778dd74bc209f03c2858cbd0a8219babe8
tree981f1f2ab2c9286924ab52714dffaf4a191da2a8
parent33230acc2908972475131c4da7472096e78bef3b
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@gmail.com>
Signed-off-by: Liz Rea <lrea@nekls.org>
koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tmpl
tools/batchMod.pl