View | Details | Raw Unified | Return to bug 15534
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt (-5 / +4 lines)
Lines 250-260 for="tobranch"><strong>Clone these rules to:</strong></label> <input type="hidde Link Here
250
							<td>[% rule.reservesallowed %]</td>
250
							<td>[% rule.reservesallowed %]</td>
251
                                                        <td>
251
                                                        <td>
252
                                                            [% IF rule.onshelfholds == 1 %]
252
                                                            [% IF rule.onshelfholds == 1 %]
253
                                                                If one unavailable
253
                                                                Yes
254
                                                            [% ELSIF rule.onshelfholds == 2 %]
254
                                                            [% ELSIF rule.onshelfholds == 2 %]
255
                                                                If all unavailable
255
                                                                If all unavailable
256
                                                            [% ELSE %]
256
                                                            [% ELSE %]
257
                                                                No
257
                                                                If any unavailable
258
                                                            [% END %]</td>
258
                                                            [% END %]</td>
259
                                                        <td>[% IF rule.opacitemholds == 'F'%]Force[% ELSIF rule.opacitemholds == 'Y'%]Allow[% ELSE %]Don't allow[% END %]</td>
259
                                                        <td>[% IF rule.opacitemholds == 'F'%]Force[% ELSIF rule.opacitemholds == 'Y'%]Allow[% ELSE %]Don't allow[% END %]</td>
260
							<td>[% rule.rentaldiscount %]</td>
260
							<td>[% rule.rentaldiscount %]</td>
Lines 324-331 for="tobranch"><strong>Clone these rules to:</strong></label> <input type="hidde Link Here
324
                    <td><input type="text" name="reservesallowed" id="reservesallowed" size="2" /></td>
324
                    <td><input type="text" name="reservesallowed" id="reservesallowed" size="2" /></td>
325
                    <td>
325
                    <td>
326
                        <select name="onshelfholds" id="onshelfholds">
326
                        <select name="onshelfholds" id="onshelfholds">
327
                            <option value="0" selected>No</option>
327
                            <option value="0" selected>If any unavailable</option>
328
                            <option value="1">If one unavailable</option>
328
                            <option value="1">Yes</option>
329
                            <option value="2">If all unavailable</option>
329
                            <option value="2">If all unavailable</option>
330
                        </select>
330
                        </select>
331
                    </td>
331
                    </td>
332
- 

Return to bug 15534