23 Jun
2015
23 Jun
'15
1:10 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13171 --- Comment #7 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- 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.