https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20310
--- Comment #17 from paxed <[email protected]> --- (In reply to Marcel de Rooy from comment #16) > (In reply to paxed from comment #5) > > Comment on attachment 73805 [details] [review] [review] > > Bug 20310: Introduce Koha::Biblio->host_record > > > > Shouldn't this also check that the 003 fields match? AFAIUI, 001+003 is > > unique, 001 is not guaranteed to be - because you could import data from > > different organization. > > Added a check with pref MARCOrgCode But if you import data from another org then the orgcode (field 003) for those records won't be your org, but something else. You should match the 773$w orgcode to the host biblio 003 -- 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/
