[Koha-bugs] [Bug 11700] C4::AuthoritiesMarc::merge enhancements/fixes

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jan 12 16:26:49 CET 2015


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

--- Comment #25 from Julian Maurice <julian.maurice at biblibre.com> ---
Hi Marcel,

Unfortunately I am not able to reproduce your problem.
Could you add some debug prints in the mock of ZOOM::Record::raw (line 242 of
t/db_dependent/AuthoritiesMarc.t) ?
Maybe something like this, just before the return:
  warn "biblionumber: " . $this->{_rec}->{biblionumber};
  warn "marc: " . $marcs->[0];

This should tell us if the mocks don't work, if the record is not inserted in
database, or if it's something else.

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


More information about the Koha-bugs mailing list