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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt (-2 / +1 lines)
Lines 916-922 Link Here
916
                    [% SET hold_fulfillment_policy = CirculationRules.Search( branchcode, undef, i.itemtype, 'hold_fulfillment_policy' ) %]
916
                    [% SET hold_fulfillment_policy = CirculationRules.Search( branchcode, undef, i.itemtype, 'hold_fulfillment_policy' ) %]
917
                    [% SET returnbranch = CirculationRules.Search( branchcode, undef, i.itemtype, 'returnbranch' ) %]
917
                    [% SET returnbranch = CirculationRules.Search( branchcode, undef, i.itemtype, 'returnbranch' ) %]
918
918
919
                    [% IF holdallowed != 'not_allowed' || hold_fulfillment_policy || returnbranch %]
919
                    [% IF holdallowed || hold_fulfillment_policy || returnbranch %]
920
                        <tr>
920
                        <tr>
921
                            <td>
921
                            <td>
922
                                [% i.translated_description | html %]
922
                                [% i.translated_description | html %]
923
- 

Return to bug 27069