Bug 35993: Add SimpleMarc::update_last_transaction_time
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Mon, 5 Feb 2024 13:09:54 +0000 (13:09 +0000)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Mon, 29 Apr 2024 07:35:55 +0000 (09:35 +0200)
commitb0712cbd367e926011791a47113428814b855a50
tree79990a3bae696c99b8c5658a2781edc94df88862
parent86d3a42a1cb0332b432c40bc27d30c81e9a76ead
Bug 35993: Add SimpleMarc::update_last_transaction_time

Note: This routine does not check field existence like
ModBiblioMarc does/did (see next patch). So it inserts
a field 005 if it is not present.

Test plan:
Run t/SimpleMARC.t

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Phil Ringnalda <phil@chetcolibrary.org>
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Koha/SimpleMARC.pm
t/SimpleMARC.t