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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt (-2 / +1 lines)
Lines 205-211 var MSG_PARENT_BENEATH_BUDGET = "- " + _("New budget-parent is beneath budget") Link Here
205
        [% UNLESS budget_period_id %]
205
        [% UNLESS budget_period_id %]
206
          $("#hide_inactive").click(function(e){
206
          $("#hide_inactive").click(function(e){
207
            e.preventDefault();
207
            e.preventDefault();
208
            oTable.fnFilter( 0, 0 ); // Hide active=0
208
            oTable.fnFilter( 1, 0 ); // Show only active=1
209
          });
209
          });
210
          $("#show_inactive").click(function(e){
210
          $("#show_inactive").click(function(e){
211
            e.preventDefault();
211
            e.preventDefault();
212
- 

Return to bug 11578