25 Jan
2021
25 Jan
'21
5:09 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27534 --- Comment #1 from Kyle M Hall <kyle@bywatersolutions.com> --- 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.