]> git.koha-community.org Git - koha.git/commit
Bug 5374 (update transaction date when saving biblio) RESENT with small fix
authorMarcel de Rooy <M.de.Rooy@rijksmuseum.nl>
Wed, 15 Dec 2010 23:11:28 +0000 (18:11 -0500)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Tue, 4 Jan 2011 20:14:27 +0000 (15:14 -0500)
commit68e8f0937f539fa9079e7a6a119723ca79b2c164
treef90c9de57b4764c4c1ec4da9f7ce6fba4b5ed07b
parent0a2c78a80371e317299d689623629c1b86c991c3
Bug 5374 (update transaction date when saving biblio) RESENT with small fix

Currently, the plugin marc21_field_005 and its unimarc opponent fill field 005
when this field gets focus. This implies that updating a record without
touching this field does not update 005.
At the same time, a user could accidentally delete a character in the 005 when
having focus. This mutilated field value will be saved however.

I would suggest to add a few lines to ModBiblioMarc in Biblio.pm to ascertain
that adding or updating a record always updates 005 in marc21 as well as
unimarc.

Signed-off-by: Nicole Engard <nengard@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
(cherry picked from commit 76338220ddf688f6e38488624dd260e0810db1c3)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
C4/Biblio.pm
cataloguing/value_builder/marc21_field_005.pl