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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt (-4 / +3 lines)
Lines 722-730 Link Here
722
                    <th>&nbsp;</th>
722
                    <th>&nbsp;</th>
723
                </tr>
723
                </tr>
724
                [% FOREACH i IN itemtypeloop %]
724
                [% FOREACH i IN itemtypeloop %]
725
                    [% SET holdallowed = CirculationRules.Get( branchcode, undef, i.itemtype, 'holdallowed' ) %]
725
                    [% SET holdallowed = CirculationRules.Search( branchcode, undef, i.itemtype, 'holdallowed' ) %]
726
                    [% SET hold_fulfillment_policy = CirculationRules.Get( branchcode, undef, i.itemtype, 'hold_fulfillment_policy' ) %]
726
                    [% SET hold_fulfillment_policy = CirculationRules.Search( branchcode, undef, i.itemtype, 'hold_fulfillment_policy' ) %]
727
                    [% SET returnbranch = CirculationRules.Get( branchcode, undef, i.itemtype, 'returnbranch' ) %]
727
                    [% SET returnbranch = CirculationRules.Search( branchcode, undef, i.itemtype, 'returnbranch' ) %]
728
728
729
                    [% IF holdallowed || hold_fulfillment_policy || returnbranch %]
729
                    [% IF holdallowed || hold_fulfillment_policy || returnbranch %]
730
                        <tr>
730
                        <tr>
731
- 

Return to bug 18928