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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt (-2 / +1 lines)
Lines 538-544 Link Here
538
                    [% SET patron_maxonsiteissueqty = CirculationRules.Search( branchcode, c, undef, 'patron_maxonsiteissueqty' ) %]
538
                    [% SET patron_maxonsiteissueqty = CirculationRules.Search( branchcode, c, undef, 'patron_maxonsiteissueqty' ) %]
539
                    [% SET max_holds = CirculationRules.Search( branchcode, c, undef, 'max_holds' ) %]
539
                    [% SET max_holds = CirculationRules.Search( branchcode, c, undef, 'max_holds' ) %]
540
540
541
                    [% IF patron_maxissueqty || patron_maxonsiteissueqty || max_holds %]
541
                    [% IF  ( patron_maxissueqty.defined && patron_maxissueqty != '' ) || ( patron_maxonsiteissueqty.defined && patron_maxonsiteissueqty != '' ) || ( max_holds.defined && max_holds != '' ) %]
542
                    <tr>
542
                    <tr>
543
                        <td>
543
                        <td>
544
                            [% IF c == '*'%]
544
                            [% IF c == '*'%]
545
- 

Return to bug 23095