Lines 158-163
for="tobranch"><strong>Clone these rules to:</strong></label> <input type="hidde
Link Here
|
158 |
<th>Holds allowed (count)</th> |
158 |
<th>Holds allowed (count)</th> |
159 |
<th>On shelf holds allowed</th> |
159 |
<th>On shelf holds allowed</th> |
160 |
<th>Item level holds</th> |
160 |
<th>Item level holds</th> |
|
|
161 |
<th>Decrease loan holds (day)</th> |
161 |
<th>Rental discount (%)</th> |
162 |
<th>Rental discount (%)</th> |
162 |
<th colspan="2"> </th> |
163 |
<th colspan="2"> </th> |
163 |
</tr> |
164 |
</tr> |
Lines 222-228
for="tobranch"><strong>Clone these rules to:</strong></label> <input type="hidde
Link Here
|
222 |
<td>[% rule.reservesallowed %]</td> |
223 |
<td>[% rule.reservesallowed %]</td> |
223 |
<td>[% IF rule.onshelfholds %]Yes[% ELSE %]No[% END %]</td> |
224 |
<td>[% IF rule.onshelfholds %]Yes[% ELSE %]No[% END %]</td> |
224 |
<td>[% IF rule.opacitemholds == 'F'%]Force[% ELSIF rule.opacitemholds == 'Y'%]Allow[% ELSE %]Don't allow[% END %]</td> |
225 |
<td>[% IF rule.opacitemholds == 'F'%]Force[% ELSIF rule.opacitemholds == 'Y'%]Allow[% ELSE %]Don't allow[% END %]</td> |
225 |
<td>[% rule.rentaldiscount %]</td> |
226 |
<td>[% rule.decreaseloanholds %]</td> |
|
|
227 |
<td>[% rule.rentaldiscount %]</td> |
226 |
<td><a href="#" class="editrule">Edit</a></td> |
228 |
<td><a href="#" class="editrule">Edit</a></td> |
227 |
<td> |
229 |
<td> |
228 |
<a class="button" href="/cgi-bin/koha/admin/smart-rules.pl?op=delete&itemtype=[% rule.itemtype %]&categorycode=[% rule.categorycode %]&branch=[% rule.current_branch %]">Delete</a> |
230 |
<a class="button" href="/cgi-bin/koha/admin/smart-rules.pl?op=delete&itemtype=[% rule.itemtype %]&categorycode=[% rule.categorycode %]&branch=[% rule.current_branch %]">Delete</a> |
Lines 292-297
for="tobranch"><strong>Clone these rules to:</strong></label> <input type="hidde
Link Here
|
292 |
<option value="F">Force</option> |
294 |
<option value="F">Force</option> |
293 |
</select> |
295 |
</select> |
294 |
</td> |
296 |
</td> |
|
|
297 |
<td><input type="text" name="decreaseloanholds" id="decreaseloanholds" size="2"/></td> |
295 |
<td><input type="text" name="rentaldiscount" id="rentaldiscount" size="2" /></td> |
298 |
<td><input type="text" name="rentaldiscount" id="rentaldiscount" size="2" /></td> |
296 |
<td colspan="2"> |
299 |
<td colspan="2"> |
297 |
<input type="hidden" name="branch" value="[% current_branch %]"/> |
300 |
<input type="hidden" name="branch" value="[% current_branch %]"/> |
Lines 320-325
for="tobranch"><strong>Clone these rules to:</strong></label> <input type="hidde
Link Here
|
320 |
<th>Holds allowed (count)</th> |
323 |
<th>Holds allowed (count)</th> |
321 |
<th>On shelf holds allowed</th> |
324 |
<th>On shelf holds allowed</th> |
322 |
<th>Item level holds</th> |
325 |
<th>Item level holds</th> |
|
|
326 |
<th>Decrease loan holds (day)</th> |
323 |
<th>Rental discount (%)</th> |
327 |
<th>Rental discount (%)</th> |
324 |
<th colspan="2"> </th> |
328 |
<th colspan="2"> </th> |
325 |
</tr> |
329 |
</tr> |
326 |
- |
|
|