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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt (-3 / +2 lines)
Lines 44-51 Link Here
44
            [% ELSE %]
44
            [% ELSE %]
45
                [% SET tab = 'opened' %]
45
                [% SET tab = 'opened' %]
46
            [% END %]
46
            [% END %]
47
          <input type="checkbox" style="vertical-align: middle;" id="show_only_subscription" class="show_only_subscription" data-tableid="[% tab | html %]resultst"/>
47
          <input type="checkbox" style="vertical-align: middle;" id="show_only_subscription_[% tab | html %]" class="show_only_subscription" data-tableid="[% tab | html %]resultst"/>
48
          <label for="show_only_subscription">
48
          <label for="show_only_subscription_[% tab | html %]">
49
            Show only subscriptions
49
            Show only subscriptions
50
          </label>
50
          </label>
51
          <table id="[% tab | html %]resultst" class="result">
51
          <table id="[% tab | html %]resultst" class="result">
52
- 

Return to bug 22773