[Koha-bugs] [Bug 12769] Notice fee management

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jun 9 22:35:40 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12769

--- Comment #23 from Maxime Beaulieu <maxime.beaulieu at 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.


More information about the Koha-bugs mailing list