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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt (-3 / +2 lines)
Lines 7-16 Link Here
7
[% USE AuthorisedValues %]
7
[% USE AuthorisedValues %]
8
8
9
[% BLOCK fund_dropdown %]
9
[% BLOCK fund_dropdown %]
10
    <label for="[% form_name | html %]">Fund: </label>
10
    <label for="[% form_name | html %]">Shipping fund: </label>
11
    <select id="[% form_id | html %]" name="[% form_name | html %]" class="fund_dropdown" data-selected="[% selected | html %]">
11
    <select id="[% form_id | html %]" name="[% form_name | html %]" class="fund_dropdown" data-selected="[% selected | html %]">
12
    </select>
12
    </select>
13
    <label for="showallfunds">&nbsp;Show inactive:</label>
13
    <label for="showallfunds" style="float:none;width:auto;">&nbsp;Show inactive:</label>
14
    <input type="checkbox" class="showallfunds" />
14
    <input type="checkbox" class="showallfunds" />
15
[% END %]
15
[% END %]
16
16
17
- 

Return to bug 33721