http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9145 --- Comment #16 from Jared Camins-Esakov <jcamins@cpbibliography.com> --- Paul, (In reply to comment #14)
QA comment: in bibliographic frameworks, each subfield can have a default value (and date is automatically replaced if you usea YYYYMMDD pattern) I had preferred that you introduced this feature for authorities instead of doing this patch only for the 100$a field. The improvement would have been much larger.
Would you be willing to rewrite your patch ?
(not changing the status, adding RM to this bug, so he can confirm he agrees with me or no)
This patch would be required anyway, I think, because right now the UNIMARC 100 field is forcefully populated to the hard-coded frey50: jcamins@kohadev:~/kohaclone$ grep frey C4/* C4/AuthoritiesMarc.pm: $string=~s/fre50/frey50/; C4/AuthoritiesMarc.pm: $record->field('100')->update('a'=>$date."afrey50 ba0"); C4/AuthoritiesMarc.pm: ,'a'=>$date."afrey50 ba0") C4/Biblio.pm: substr( $string, 22, 6, "frey50" ); C4/Charset.pm: substr( $string, $encodingposition, 8, "frey50 " ); -- You are receiving this mail because: You are watching all bug changes.