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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt (-2 / +1 lines)
Lines 409-415 Link Here
409
                    <th>Actions</th>
409
                    <th>Actions</th>
410
                </tr>
410
                </tr>
411
                <tr>
411
                <tr>
412
                    <td><em>Defaults[% UNLESS ( default_rules ) %] (not set)[% END %]</em></td>
412
                    <td><em>Defaults</em></td>
413
                    <td>
413
                    <td>
414
                        [% SET patron_maxissueqty = CirculationRules.Search( current_branch, undef, undef, 'patron_maxissueqty' ) %]
414
                        [% SET patron_maxissueqty = CirculationRules.Search( current_branch, undef, undef, 'patron_maxissueqty' ) %]
415
                        <input type="text" name="patron_maxissueqty" size="3" value="[% patron_maxissueqty | html %]"/>
415
                        <input type="text" name="patron_maxissueqty" size="3" value="[% patron_maxissueqty | html %]"/>
416
- 

Return to bug 18928