Lines 91-96
Link Here
|
91 |
<th>On shelf holds allowed</th> |
91 |
<th>On shelf holds allowed</th> |
92 |
<th>Item level holds</th> |
92 |
<th>Item level holds</th> |
93 |
<th>Article requests</th> |
93 |
<th>Article requests</th> |
|
|
94 |
<th>Decrease loan holds (day)</th> |
94 |
<th>Rental discount (%)</th> |
95 |
<th>Rental discount (%)</th> |
95 |
<th>Actions</th> |
96 |
<th>Actions</th> |
96 |
</tr> |
97 |
</tr> |
Lines 200-205
Link Here
|
200 |
<span>Don't allow</span> |
201 |
<span>Don't allow</span> |
201 |
[% END %] |
202 |
[% END %] |
202 |
</td> |
203 |
</td> |
|
|
204 |
<td>[% rule.decreaseloanholds %]</td> |
203 |
<td> |
205 |
<td> |
204 |
[% IF rule.article_requests == 'no' %] |
206 |
[% IF rule.article_requests == 'no' %] |
205 |
<span>No</span> |
207 |
<span>No</span> |
Lines 216-222
Link Here
|
216 |
<a href="#" class="editrule btn btn-default btn-xs"><i class="fa fa-pencil"></i> Edit</a> |
218 |
<a href="#" class="editrule btn btn-default btn-xs"><i class="fa fa-pencil"></i> Edit</a> |
217 |
<a class="btn btn-default btn-xs delete" href="/cgi-bin/koha/admin/smart-rules.pl?op=delete&itemtype=[% rule.itemtype %]&categorycode=[% rule.categorycode %]&branch=[% rule.current_branch %]"><i class="fa fa-trash"></i> Delete</a> |
219 |
<a class="btn btn-default btn-xs delete" href="/cgi-bin/koha/admin/smart-rules.pl?op=delete&itemtype=[% rule.itemtype %]&categorycode=[% rule.categorycode %]&branch=[% rule.current_branch %]"><i class="fa fa-trash"></i> Delete</a> |
218 |
</td> |
220 |
</td> |
219 |
|
|
|
220 |
</tr> |
221 |
</tr> |
221 |
[% END %] |
222 |
[% END %] |
222 |
<tr id="edit_row"> |
223 |
<tr id="edit_row"> |
Lines 311-316
Link Here
|
311 |
<option value="item_only">Item only</option> |
312 |
<option value="item_only">Item only</option> |
312 |
</select> |
313 |
</select> |
313 |
</td> |
314 |
</td> |
|
|
315 |
<td><input type="text" name="decreaseloanholds" id="decreaseloanholds" size="2"/></td> |
314 |
<td><input type="text" name="rentaldiscount" id="rentaldiscount" size="2" /></td> |
316 |
<td><input type="text" name="rentaldiscount" id="rentaldiscount" size="2" /></td> |
315 |
<td class="actions"> |
317 |
<td class="actions"> |
316 |
<input type="hidden" name="branch" value="[% current_branch %]"/> |
318 |
<input type="hidden" name="branch" value="[% current_branch %]"/> |
Lines 348-353
Link Here
|
348 |
<th>On shelf holds allowed</th> |
350 |
<th>On shelf holds allowed</th> |
349 |
<th>Item level holds</th> |
351 |
<th>Item level holds</th> |
350 |
<th>Article requests</th> |
352 |
<th>Article requests</th> |
|
|
353 |
<th>Decrease loan holds (day)</th> |
351 |
<th>Rental discount (%)</th> |
354 |
<th>Rental discount (%)</th> |
352 |
<th> </th> |
355 |
<th> </th> |
353 |
</tr> |
356 |
</tr> |
354 |
- |
|
|