|
Lines 68-74
values
Link Here
|
| 68 |
(13, "email", 0, "circulation", "RETURN_RECALLED_ITEM"), |
68 |
(13, "email", 0, "circulation", "RETURN_RECALLED_ITEM"), |
| 69 |
(13, "sms", 0, "circulation", "RETURN_RECALLED_ITEM"), |
69 |
(13, "sms", 0, "circulation", "RETURN_RECALLED_ITEM"), |
| 70 |
(13, "phone", 0, "circulation", "RETURN_RECALLED_ITEM"), |
70 |
(13, "phone", 0, "circulation", "RETURN_RECALLED_ITEM"), |
| 71 |
(13, 'print', 0, 'circulation', 'RETURN_RECALLED_ITEM'); |
71 |
(13, 'print', 0, 'circulation', 'RETURN_RECALLED_ITEM'), |
| 72 |
(14, "email", 0, "members", "MEMBERSHIP_EXPIRY"), |
72 |
(14, "email", 0, "members", "MEMBERSHIP_EXPIRY"), |
| 73 |
(14, "sms", 0, "members", "MEMBERSHIP_EXPIRY"), |
73 |
(14, "sms", 0, "members", "MEMBERSHIP_EXPIRY"), |
| 74 |
(14, "phone", 0, "members", "MEMBERSHIP_EXPIRY"); |
74 |
(14, "phone", 0, "members", "MEMBERSHIP_EXPIRY"); |
| 75 |
- |
|
|