60 |
INSERT IGNORE INTO letter(module,code,branchcode,name,is_html,title,content,message_transport_type) |
61 |
VALUES ( 'catalog', 'CONCERN_RESOLVE', '', 'Concern resolved', '1', 'Catalog concern resolved', "Dear [% INCLUDE 'patron-title.inc' patron => catalog_concern.reporter %],\r\n\r\nThe library has now marked your concern with [% INCLUDE 'biblio-title.inc' biblio=catalog_concern.biblio link = 0 %] as resolved.\r\n\r\nThe following comment was left: \r\n[% catalog_concern.resolution_message %]\r\n\r\nThankyou", 'email' ); |