http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15336
--- Comment #4 from Alex Arnaud <[email protected]> --- > @@ +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. _______________________________________________ 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/
