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>Article requests</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-227
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> |
|
|
226 |
<td> |
227 |
[% IF rule.article_requests == 'no' %] |
228 |
No |
229 |
[% ELSIF rule.article_requests == 'yes' %] |
230 |
Yes |
231 |
[% ELSIF rule.article_requests == 'bib_only' %] |
232 |
Record only |
233 |
[% ELSIF rule.article_requests == 'item_only' %] |
234 |
Item only |
235 |
[% END %] |
236 |
</td> |
225 |
<td>[% rule.rentaldiscount %]</td> |
237 |
<td>[% rule.rentaldiscount %]</td> |
226 |
<td><a href="#" class="editrule">Edit</a></td> |
238 |
<td><a href="#" class="editrule">Edit</a></td> |
227 |
<td> |
239 |
<td> |
Lines 292-297
for="tobranch"><strong>Clone these rules to:</strong></label> <input type="hidde
Link Here
|
292 |
<option value="F">Force</option> |
304 |
<option value="F">Force</option> |
293 |
</select> |
305 |
</select> |
294 |
</td> |
306 |
</td> |
|
|
307 |
<td> |
308 |
<select id="article_requests" name="article_requests"> |
309 |
<option value="no">No</option> |
310 |
<option value="yes">Yes</option> |
311 |
<option value="bib_only">Record only</option> |
312 |
<option value="item_only">Item only</option> |
313 |
</select> |
314 |
</td> |
295 |
<td><input type="text" name="rentaldiscount" id="rentaldiscount" size="2" /></td> |
315 |
<td><input type="text" name="rentaldiscount" id="rentaldiscount" size="2" /></td> |
296 |
<td colspan="2"> |
316 |
<td colspan="2"> |
297 |
<input type="hidden" name="branch" value="[% current_branch %]"/> |
317 |
<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> |
340 |
<th>Holds allowed (count)</th> |
321 |
<th>On shelf holds allowed</th> |
341 |
<th>On shelf holds allowed</th> |
322 |
<th>Item level holds</th> |
342 |
<th>Item level holds</th> |
|
|
343 |
<th>Article requests</th> |
323 |
<th>Rental discount (%)</th> |
344 |
<th>Rental discount (%)</th> |
324 |
<th colspan="2"> </th> |
345 |
<th colspan="2"> </th> |
325 |
</tr> |
346 |
</tr> |
326 |
- |
|
|