[Bug 14570] Make it possible to add multiple guarantors to a record
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14570 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize@ptfs-europe | |.com --- Comment #153 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- I hit this error during DB update.. seems harmless but perhaps we should be handling it better. DEV atomic update: bug_14570.perl DBD::mysql::db do failed: Column 'relationship' cannot be null [for Statement " INSERT INTO borrower_relationships ( guarantor_id, guarantee_id, relationship ) SELECT guarantorid, borrowernumber, relationship FROM borrowers WHERE guarantorid IS NOT NULL; "] at (eval 1396) line 24. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org