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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt (-3 / +2 lines)
Lines 221-227 for="tobranch"><strong>Clone these rules to:</strong></label> <input type="hidde Link Here
221
                            </td>
221
                            </td>
222
							<td>[% rule.reservesallowed %]</td>
222
							<td>[% rule.reservesallowed %]</td>
223
                                                        <td>[% IF rule.onshelfholds %]Yes[% ELSE %]No[% END %]</td>
223
                                                        <td>[% IF rule.onshelfholds %]Yes[% ELSE %]No[% END %]</td>
224
                                                        <td>[% IF rule.opacitemholds == 'F'%]Enforce[% ELSIF rule.opacitemholds == 'Y'%]Allow[% ELSE %]Don't allow[% END %]</td>
224
                                                        <td>[% IF rule.opacitemholds == 'F'%]Force[% ELSIF rule.opacitemholds == 'Y'%]Allow[% ELSE %]Don't allow[% END %]</td>
225
							<td>[% rule.rentaldiscount %]</td>
225
							<td>[% rule.rentaldiscount %]</td>
226
                            <td><a href="#" class="editrule">Edit</a></td>
226
                            <td><a href="#" class="editrule">Edit</a></td>
227
							<td>
227
							<td>
Lines 289-295 for="tobranch"><strong>Clone these rules to:</strong></label> <input type="hidde Link Here
289
                        <select id="opacitemholds" name="opacitemholds">
289
                        <select id="opacitemholds" name="opacitemholds">
290
                            <option value="N">Don't allow</option>
290
                            <option value="N">Don't allow</option>
291
                            <option value="Y">Allow</option>
291
                            <option value="Y">Allow</option>
292
                            <option value="F">Enforce</option>
292
                            <option value="F">Force</option>
293
                        </select>
293
                        </select>
294
                    </td>
294
                    </td>
295
                    <td><input type="text" name="rentaldiscount" id="rentaldiscount" size="2" /></td>
295
                    <td><input type="text" name="rentaldiscount" id="rentaldiscount" size="2" /></td>
296
- 

Return to bug 5786