https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27534
--- Comment #1 from Kyle M Hall <[email protected]> --- It sounds like your database structure isn't quite right, unless it's a bug in your database software version. I did the following to test and it worked: UPDATE message_transport_types SET message_transport_type = "asdf" WHERE message_transport_type = "email" Maybe your FK on `letter` is missing it's "ON UPDATE CASCADE"? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
