[Bug 9988] Leave larger authority merges to merge_authorities cronjob ( pref AuthorityMergeLimit)
20 Mar
2017
20 Mar
'17
2:12 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9988 --- Comment #47 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- This should be enough. But will add a unit test too ;) + if( !$authfrom && $MARCfrom && $MARCfrom->field('1..') ) { # postponed merge, authfrom was deleted + @record_from = ( $MARCfrom->field('1..') )[0]->subfields; + } elsif( $auth_tag_to_report_from && $MARCfrom && $MARCfrom->field($auth_tag_to_report_from) ) { + @record_from = $MARCfrom->field($auth_tag_to_report_from)->subfields; + } -- You are receiving this mail because: You are watching all bug changes.
3405
Age (days ago)
3405
Last active (days ago)
0 comments
1 participants
participants (1)
-
bugzilla-daemon@bugs.koha-community.org