|
Lines 259-265
Thank you!','sms'),
Link Here
|
| 259 |
|
259 |
|
| 260 |
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>>. |
260 |
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>>. |
| 261 |
|
261 |
|
| 262 |
Thank you!','sms'); |
262 |
Thank you!','sms'), |
|
|
263 |
('circulation','RECALL_MANUAL_CANCEL','','Recall has been cancelled','0','Recall has been cancelled','Dear [% borrower.firstname %] [% borrower.surname %], |
| 264 |
|
| 265 |
We regret to inform you that the item you have recalled cannot be provided. Your recall was cancelled. |
| 266 |
|
| 267 |
Title: [% biblio.title %] |
| 268 |
Author: [% biblio.author %] |
| 269 |
Location: [% branch.branchname %]','sms'), |
| 270 |
('circulation','RECALL_MANUAL_CANCEL','','Recall has been cancelled','0','Recall has been cancelled','Dear [% borrower.firstname %] [% borrower.surname %], |
| 271 |
|
| 272 |
We regret to inform you that the item you have recalled cannot be provided. Your recall was cancelled. |
| 273 |
|
| 274 |
Title: [% biblio.title %] |
| 275 |
Author: [% biblio.author %] |
| 276 |
Location: [% branch.branchname %]','email'); |
| 263 |
|
277 |
|
| 264 |
INSERT INTO `letter` (`module`, `code`, `branchcode`, `name`, `is_html`, `title`, `content`, `message_transport_type`, `lang`) VALUES |
278 |
INSERT INTO `letter` (`module`, `code`, `branchcode`, `name`, `is_html`, `title`, `content`, `message_transport_type`, `lang`) VALUES |
| 265 |
('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'), |
279 |
('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'), |