|
Lines 158-163
for="tobranch"><strong>Clone these rules to:</strong></label> <input type="hidde
Link Here
|
| 158 |
<th>No renewal before</th> |
158 |
<th>No renewal before</th> |
| 159 |
<th>Automatic renewal</th> |
159 |
<th>Automatic renewal</th> |
| 160 |
<th>Holds allowed (count)</th> |
160 |
<th>Holds allowed (count)</th> |
|
|
161 |
<th>Holds per record (count)</th> |
| 161 |
<th>On shelf holds allowed</th> |
162 |
<th>On shelf holds allowed</th> |
| 162 |
<th>Item level holds</th> |
163 |
<th>Item level holds</th> |
| 163 |
<th>Rental discount (%)</th> |
164 |
<th>Rental discount (%)</th> |
|
Lines 229-234
for="tobranch"><strong>Clone these rules to:</strong></label> <input type="hidde
Link Here
|
| 229 |
[% END %] |
230 |
[% END %] |
| 230 |
</td> |
231 |
</td> |
| 231 |
<td>[% rule.reservesallowed %]</td> |
232 |
<td>[% rule.reservesallowed %]</td> |
|
|
233 |
<td>[% rule.holds_per_record %]</td> |
| 232 |
<td>[% IF rule.onshelfholds %]Yes[% ELSE %]No[% END %]</td> |
234 |
<td>[% IF rule.onshelfholds %]Yes[% ELSE %]No[% END %]</td> |
| 233 |
<td>[% IF rule.opacitemholds == 'F'%]Force[% ELSIF rule.opacitemholds == 'Y'%]Allow[% ELSE %]Don't allow[% END %]</td> |
235 |
<td>[% IF rule.opacitemholds == 'F'%]Force[% ELSIF rule.opacitemholds == 'Y'%]Allow[% ELSE %]Don't allow[% END %]</td> |
| 234 |
<td>[% rule.rentaldiscount %]</td> |
236 |
<td>[% rule.rentaldiscount %]</td> |
|
Lines 295-300
for="tobranch"><strong>Clone these rules to:</strong></label> <input type="hidde
Link Here
|
| 295 |
</select> |
297 |
</select> |
| 296 |
</td> |
298 |
</td> |
| 297 |
<td><input type="text" name="reservesallowed" id="reservesallowed" size="2" /></td> |
299 |
<td><input type="text" name="reservesallowed" id="reservesallowed" size="2" /></td> |
|
|
300 |
<td><input type="text" name="holds_per_record" id="holds_per_record" size="2" /></td> |
| 298 |
<td> |
301 |
<td> |
| 299 |
<select name="onshelfholds" id="onshelfholds"> |
302 |
<select name="onshelfholds" id="onshelfholds"> |
| 300 |
<option value="0" selected>No</option> |
303 |
<option value="0" selected>No</option> |
|
Lines 336-341
for="tobranch"><strong>Clone these rules to:</strong></label> <input type="hidde
Link Here
|
| 336 |
<th>No renewal before</th> |
339 |
<th>No renewal before</th> |
| 337 |
<th>Automatic renewal</th> |
340 |
<th>Automatic renewal</th> |
| 338 |
<th>Holds allowed (count)</th> |
341 |
<th>Holds allowed (count)</th> |
|
|
342 |
<th>Holds per record (count)</th> |
| 339 |
<th>On shelf holds allowed</th> |
343 |
<th>On shelf holds allowed</th> |
| 340 |
<th>Item level holds</th> |
344 |
<th>Item level holds</th> |
| 341 |
<th>Rental discount (%)</th> |
345 |
<th>Rental discount (%)</th> |
| 342 |
- |
|
|