http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7001
Srdjan Jankovic <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6942|0 |1 is obsolete| | --- Comment #18 from Srdjan Jankovic <[email protected]> 2012-01-05 01:17:17 UTC --- Created attachment 7042 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7042 patch This was because of the message_transports table. It seems that I have a database that is not identical with a newly created one, and I was missing a foreign key from message_transports to letter. Thus I did not get the error message. Furthermore, my message_transports and message_attributes tables were empty. I've loaded those with installation records, and that seemed to make no difference. I am not worried to much about all that, it was a production database, however: Foreign key from message_transports to letter seems to be pointless. It is not used anywhere for joining and I'm not sure how is that supposed to work. I've corrected the patch, so it will be accurate in terms of the database changes, but can anyone please comment/explain to me connection between message_transports and letter tables? Maybe that is not structured as it should be? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. 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/
