[Koha-bugs] [Bug 5572] refinements to function merge sub merge in C4::AuthoritiesMarc

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 6 15:30:49 CEST 2011


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

--- Comment #6 from M. de Rooy <m.de.rooy at rijksmuseum.nl> 2011-04-06 13:30:49 UTC ---
Commit 928905570305d8ace24e4deba03a17bbe95774c2 appears to introduce this
problem:
@@ -646,7 +649,9 @@ sub ModAuthority {
 ### If a library thinks that updating all biblios is a long process and wishes
 ### they should have a system preference "dontmerge=1" otherwise by default
bib
 ### the $merge flag is now depreceated and will be removed at code cleaning
-  if (C4::Context->preference('dontmerge') ){
+  if (C4::Context->preference('MergeAuthoritiesOnUpdate') ){

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list