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 424-430 Link Here
424
                    </td>
424
                    </td>
425
                    <td>
425
                    <td>
426
                        <select name="holdallowed">
426
                        <select name="holdallowed">
427
                            [% SET holdallowed = CirculationRules.Get( branchcode, undef, undef, 'holdallowed' ) %]
427
                            [% SET holdallowed = CirculationRules.Search( current_branch, undef, undef, 'holdallowed' ) %]
428
                            <option value="">
428
                            <option value="">
429
                                Not set
429
                                Not set
430
                            </option>
430
                            </option>
Lines 456-462 Link Here
456
                    </td>
456
                    </td>
457
                    <td>
457
                    <td>
458
                        <select name="hold_fulfillment_policy">
458
                        <select name="hold_fulfillment_policy">
459
                            [% SET hold_fulfillment_policy = CirculationRules.Get( branchcode, undef, undef, 'hold_fulfillment_policy' ) %]
459
                            [% SET hold_fulfillment_policy = CirculationRules.Search( current_branch, undef, undef, 'hold_fulfillment_policy' ) %]
460
460
461
                            <option value="">
461
                            <option value="">
462
                                Not set
462
                                Not set
Lines 495-501 Link Here
495
                    </td>
495
                    </td>
496
                    <td>
496
                    <td>
497
                        <select name="returnbranch">
497
                        <select name="returnbranch">
498
                            [% SET returnbranch = CirculationRules.Get( branchcode, undef, undef, 'returnbranch' ) %]
498
                            [% SET returnbranch = CirculationRules.Search( current_branch, undef, undef, 'returnbranch' ) %]
499
499
500
                            <option value="">
500
                            <option value="">
501
                                Not set
501
                                Not set
502
- 

Return to bug 18928