http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13171
--- Comment #7 from Katrin Fischer <[email protected]> --- Some instructions on how to fix this if you run into it: Check if there are entries for HOLD in the message_transports table: select * from message_transports If they are missing, run the following update: INSERT INTO message_transports (message_attribute_id, message_transport_type, is_digest, letter_module, letter_code) VALUES (4, 'email', 0, 'reserves', 'HOLD'), (4, 'sms', 0, 'reserves', 'HOLD'); The checkbox should show up again. -- 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] 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/
