|
Lines 92-99
Link Here
|
| 92 |
<dd>Define patron categories</dd> |
92 |
<dd>Define patron categories</dd> |
| 93 |
[% END %] |
93 |
[% END %] |
| 94 |
[% IF CAN_user_parameters_manage_circ_rules %] |
94 |
[% IF CAN_user_parameters_manage_circ_rules %] |
| 95 |
<dt><a href="/cgi-bin/koha/admin/smart-rules.pl">Circulation and fines rules</a></dt> |
95 |
<dt><a href="/cgi-bin/koha/admin/smart-rules.pl">Circulation and fine rules</a></dt> |
| 96 |
<dd>Define circulation and fines rules for combinations of libraries, patron categories, and item types</dd> |
96 |
<dd>Define circulation and fine rules for combinations of libraries, patron categories, and item types</dd> |
| 97 |
[% END %] |
97 |
[% END %] |
| 98 |
[% IF ( CAN_user_parameters_manage_patron_attributes ) %] |
98 |
[% IF ( CAN_user_parameters_manage_patron_attributes ) %] |
| 99 |
<dt><a href="/cgi-bin/koha/admin/patron-attr-types.pl">Patron attribute types</a></dt> |
99 |
<dt><a href="/cgi-bin/koha/admin/patron-attr-types.pl">Patron attribute types</a></dt> |
| 100 |
- |
|
|