Bug 9192: let UNIMARC_sync_date_created_with_marc_biblio.pl create fields if needed
authorFridolyn SOMERS <fridolyn.somers@biblibre.com>
Mon, 3 Dec 2012 13:08:07 +0000 (14:08 +0100)
committerGalen Charlton <gmc@esilibrary.com>
Wed, 23 Oct 2013 14:20:14 +0000 (14:20 +0000)
commit20022e5b58ea58b6dfdda9b8e1a75c1b4c0b0d73
tree6a164554bccc06b51dae683da1b048babaacd189
parent89a8a17fdc793b145fc0d7bdcef601698b36fdaa
Bug 9192: let UNIMARC_sync_date_created_with_marc_biblio.pl create fields if needed

Prior to this patch, this script would only modify the date
created and modified fields; this patch changes the behavior
so that the fields can be created if they're not already present
in the record.

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Mason James <mtj@kohaaloha.com>
Bug 9192: UNIMARC_sync_date_created_with_marc_biblio.pl field creation (followup)

Add tests :
if field < 10 it must not have a subfield
if field > 9 is must have a subfield

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Both patches applied, no koha-qa errors.

Bug 9192: followup fix typo

Fix typo on usage message.

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
misc/maintenance/UNIMARC_sync_date_created_with_marc_biblio.pl