9 Jun
2015
9 Jun
'15
9:35 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12769 --- Comment #23 from Maxime Beaulieu <maxime.beaulieu@inlibro.com> --- (In reply to Eivin Giske Skaaren from comment #22) Check the message_transports table. insert into `message_transports` (`message_attribute_id`, `message_transport_type`, `is_digest`, `letter_module`, `letter_code`) values (1, 'email', 0, 'circulation', 'DUE'), (1, 'email', 1, 'circulation', 'DUEDGST'), (2, 'email', 0, 'circulation', 'PREDUE'), (2, 'email', 1, 'circulation', 'PREDUEDGST'), -- You are receiving this mail because: You are watching all bug changes.