https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9988
--- Comment #47 from Marcel de Rooy <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
