[Koha-bugs] [Bug 14578] Allow merging of records upon import match

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Feb 14 09:46:42 CET 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14578

--- Comment #10 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
Sure about this change, Kyle ?

--- a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities_js.inc
+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/authorities_js.inc
@@ -9,7 +9,7 @@ function mergeAuth(authid, summary) {
         if (typeof alreadySelected.mergereference !== 'undefined') {
             refstring = "&mergereference=" + alreadySelected.mergereference;
         }
-        window.location.href = "/cgi-bin/koha/authorities/merge.pl?authid=" +
authid + "&authid=" + alreadySelected.authid + refstring;
+        window.location.href =
"/cgi-bin/koha/authorities/merge.pl?record=catalog/" + authid +
"&record=catalog/" + alreadySelected.authid + refstring;

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list