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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/transfer_limits.tt (-2 / +1 lines)
Lines 38-44 Link Here
38
                            [% END %]
38
                            [% END %]
39
                        </select>
39
                        </select>
40
                    [% ELSE #BranchTransferLimitsType == "ccode" %]
40
                    [% ELSE #BranchTransferLimitsType == "ccode" %]
41
                        <label for="value_selector">Select a collection code:</label>
41
                        <label for="value_selector">Select a collection:</label>
42
                        <select id="value_selector">
42
                        <select id="value_selector">
43
                            <option value="" selected></option>
43
                            <option value="" selected></option>
44
                            [% SET ccodes = AuthorisedValues.Get('CCODE') %]
44
                            [% SET ccodes = AuthorisedValues.Get('CCODE') %]
45
- 

Return to bug 26633