http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7957
--- Comment #48 from Julian Maurice <[email protected]> --- It seems you have a problem with your database. On master, subscriptionroutinglist has UNIQUE (`subscriptionid`, `borrowernumber`) so you shouldn't be able to have 2 rows with same borrowernumber and subscriptionid. Also, subscriptionroutinglist has a foreign key constraint on borrowernumber; the "Cannot add or update a child row" error should not happen I could "hide" those errors by adding IGNORE to the INSERT query, but I don't know if it's the best thing to do. -- 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/
