Lines 113-123
Link Here
|
113 |
[% CASE 'error_on_insert' %] |
113 |
[% CASE 'error_on_insert' %] |
114 |
An error occurred when inserting this patron category. Perhaps the category code already exists. |
114 |
An error occurred when inserting this patron category. Perhaps the category code already exists. |
115 |
[% CASE 'error_on_delete' %] |
115 |
[% CASE 'error_on_delete' %] |
116 |
An error occurred when deleteing this patron category. Check the logs. |
116 |
An error occurred when deleting this patron category. Check the logs. |
117 |
[% CASE 'success_on_insert' %] |
117 |
[% CASE 'success_on_insert' %] |
118 |
Patron category inserted with success. |
118 |
Patron category added successfully |
119 |
[% CASE 'success_on_delete' %] |
119 |
[% CASE 'success_on_delete' %] |
120 |
Patron category deleted with success. |
120 |
Patron category deleted successfully. |
121 |
[% CASE %] |
121 |
[% CASE %] |
122 |
[% m.code %] |
122 |
[% m.code %] |
123 |
[% END %] |
123 |
[% END %] |
124 |
- |
|
|