Lines 227-233
ITEM RECALLED
Link Here
|
227 |
Barcode: <<items.barcode>> |
227 |
Barcode: <<items.barcode>> |
228 |
Callnumber: <<items.itemcallnumber>> |
228 |
Callnumber: <<items.itemcallnumber>> |
229 |
Waiting since: <<recalls.waitingdate>> |
229 |
Waiting since: <<recalls.waitingdate>> |
230 |
Notes: <<recalls.recallnotes>>', 'print'); |
230 |
Notes: <<recalls.recallnotes>>', 'print'), |
|
|
231 |
('circulation','RETURN_RECALLED_ITEM','','Notification to return a recalled item','0','Notification to return a recalled item','Date: <<today>> |
232 |
|
233 |
<<borrowers.firstname>> <<borrowers.surname>>, |
234 |
|
235 |
A recall has been placed on the following item: <<biblio.title>> / <<biblio.author>> (<<items.barcode>>). The due date has been updated, and is now <<issues.date_due>>. Please return the item before the due date. |
236 |
|
237 |
Thank you!','sms'), |
238 |
('circulation','PICKUP_RECALLED_ITEM','','Recalled item awaiting pickup','0','Recalled item awaiting pickup','Date: <<today>> |
239 |
|
240 |
<<borrowers.firstname>> <<borrowers.surname>>, |
241 |
|
242 |
A recall that you requested on the following item: <<biblio.title>> / <<biblio.author>> (<<items.barcode>>) is now ready for you to pick up at <<recalls.branchcode>>. Please pick up your item by <<recalls.expirationdate>>. |
243 |
|
244 |
Thank you!','sms'); |
231 |
|
245 |
|
232 |
INSERT INTO `letter` (`module`, `code`, `branchcode`, `name`, `is_html`, `title`, `content`, `message_transport_type`, `lang`) VALUES |
246 |
INSERT INTO `letter` (`module`, `code`, `branchcode`, `name`, `is_html`, `title`, `content`, `message_transport_type`, `lang`) VALUES |
233 |
('circulation', 'ACCOUNT_PAYMENT', '', 'Account payment', 0, 'Account payment', '[%- USE Price -%]\r\nA payment of [% credit.amount * -1 | $Price %] has been applied to your account.\r\n\r\nThis payment affected the following fees:\r\n[%- FOREACH o IN offsets %]\r\nDescription: [% o.debit.description %]\r\nAmount paid: [% o.amount * -1 | $Price %]\r\nAmount remaining: [% o.debit.amountoutstanding | $Price %]\r\n[% END %]', 'email', 'default'), |
247 |
('circulation', 'ACCOUNT_PAYMENT', '', 'Account payment', 0, 'Account payment', '[%- USE Price -%]\r\nA payment of [% credit.amount * -1 | $Price %] has been applied to your account.\r\n\r\nThis payment affected the following fees:\r\n[%- FOREACH o IN offsets %]\r\nDescription: [% o.debit.description %]\r\nAmount paid: [% o.amount * -1 | $Price %]\r\nAmount remaining: [% o.debit.amountoutstanding | $Price %]\r\n[% END %]', 'email', 'default'), |