[Koha-bugs] [Bug 9145] Authorities: standard language for UNIMARC

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Dec 12 13:15:09 CET 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9145

--- Comment #16 from Jared Camins-Esakov <jcamins at 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 at 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.


More information about the Koha-bugs mailing list