[Koha-bugs] [Bug 15336] Script for merging booksellers

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Dec 10 11:42:13 CET 2015


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

--- Comment #4 from Alex Arnaud <alex.arnaud at biblibre.com> ---
> @@ +30,5 @@
> > +my $to_bookseller = Koha::Acquisition::Bookseller->fetch({id => $mergeto});
> > +die "Unknown bookseller id ($mergeto)" unless $to_bookseller;
> > +
> > +my $report;
> > +foreach (qw(Aqbasketgroup Aqbasket Aqcontract Aqcontact Aqinvoice)) {
> 
> What about the tables items, deleteditems, subscription?

I checked aqbooksellers relationship on this page:
http://schema.koha-community.org/tables/aqbooksellers.html that doesn't mention
items, deleteditems or subscription tables. Looks that the schema is not up to
date. Is there any other tables i forgot to handle ?

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


More information about the Koha-bugs mailing list