http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15336 --- Comment #4 from Alex Arnaud <alex.arnaud@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.