Lines 96-101
Link Here
|
96 |
<th>Max. suspension duration (day)</th> |
96 |
<th>Max. suspension duration (day)</th> |
97 |
<th>Suspension charging interval</th> |
97 |
<th>Suspension charging interval</th> |
98 |
<th>Renewals allowed (count)</th> |
98 |
<th>Renewals allowed (count)</th> |
|
|
99 |
[% IF Koha.Preference('UnseenRenewals') %] |
100 |
<th>Unseen renewals allowed (count)</th> |
101 |
[% END %] |
99 |
<th>Renewal period</th> |
102 |
<th>Renewal period</th> |
100 |
<th>No renewal before</th> |
103 |
<th>No renewal before</th> |
101 |
<th>Automatic renewal</th> |
104 |
<th>Automatic renewal</th> |
Lines 200-205
Link Here
|
200 |
<td>[% rule.maxsuspensiondays | html %]</td> |
203 |
<td>[% rule.maxsuspensiondays | html %]</td> |
201 |
<td>[% rule.suspension_chargeperiod | html %]</td> |
204 |
<td>[% rule.suspension_chargeperiod | html %]</td> |
202 |
<td>[% rule.renewalsallowed | html %]</td> |
205 |
<td>[% rule.renewalsallowed | html %]</td> |
|
|
206 |
[% IF Koha.Preference('UnseenRenewals') %] |
207 |
<td>[% rule.unseen_renewals_allowed | html %]</td> |
208 |
[% END %] |
203 |
<td>[% rule.renewalperiod | html %]</td> |
209 |
<td>[% rule.renewalperiod | html %]</td> |
204 |
<td>[% rule.norenewalbefore | html %]</td> |
210 |
<td>[% rule.norenewalbefore | html %]</td> |
205 |
<td> |
211 |
<td> |
Lines 312-317
Link Here
|
312 |
<td><input type="text" name="maxsuspensiondays" id="maxsuspensiondays" size="3" /> </td> |
318 |
<td><input type="text" name="maxsuspensiondays" id="maxsuspensiondays" size="3" /> </td> |
313 |
<td><input type="text" name="suspension_chargeperiod" id="suspension_chargeperiod" size="3" /> </td> |
319 |
<td><input type="text" name="suspension_chargeperiod" id="suspension_chargeperiod" size="3" /> </td> |
314 |
<td><input type="text" name="renewalsallowed" id="renewalsallowed" size="2" /></td> |
320 |
<td><input type="text" name="renewalsallowed" id="renewalsallowed" size="2" /></td> |
|
|
321 |
<td><input type="text" name="unseen_renewals_allowed" id="unseen_renewals_allowed" size="2" /></td> |
315 |
<td><input type="text" name="renewalperiod" id="renewalperiod" size="3" /></td> |
322 |
<td><input type="text" name="renewalperiod" id="renewalperiod" size="3" /></td> |
316 |
<td><input type="text" name="norenewalbefore" id="norenewalbefore" size="3" /></td> |
323 |
<td><input type="text" name="norenewalbefore" id="norenewalbefore" size="3" /></td> |
317 |
<td> |
324 |
<td> |
Lines 378-383
Link Here
|
378 |
<th>Max. suspension duration (day)</th> |
385 |
<th>Max. suspension duration (day)</th> |
379 |
<th>Suspension charging interval</th> |
386 |
<th>Suspension charging interval</th> |
380 |
<th>Renewals allowed (count)</th> |
387 |
<th>Renewals allowed (count)</th> |
|
|
388 |
<th>Unseen renewals allowed (count)</th> |
381 |
<th>Renewal period</th> |
389 |
<th>Renewal period</th> |
382 |
<th>No renewal before</th> |
390 |
<th>No renewal before</th> |
383 |
<th>Automatic renewal</th> |
391 |
<th>Automatic renewal</th> |
384 |
- |
|
|