https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9988
--- Comment #43 from Marcel de Rooy <[email protected]> --- I tested this quite extensively. So I am sure it does not fail :) But I welcome any interest in this patch set.. Please look at the merge call in the updated cron job: + merge({ + mergefrom => $req->authid, + MARCfrom => scalar $req->oldmarc, + mergeto => $req->authid_new, + MARCto => $newmarc, + override_limit => 1, + }); MARCfrom is coming from the adjusted need_merge_authorities table. It contains the report tag (in marcxml). For creation of that record, see Koha::Authority::MergeRequest->new. -- 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/
