From d87cf991f20bcd2847bb6e87934e5507d08a6e06 Mon Sep 17 00:00:00 2001
From: Aleisha Amohia <aleishaamohia@hotmail.com>
Date: Tue, 25 Feb 2020 04:19:05 +0000
Subject: [PATCH] Bug 17016: (follow-up) Removing unnecessary code

Signed-off-by: David Nind <david@davidnind.com>
---
 koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt
index 768393f82b..e983ddf0ba 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt
@@ -6,8 +6,6 @@
 <title>Koha &rsaquo; Administration &rsaquo; Budgets &rsaquo; Funds &rsaquo; Planning for [% budget_period_description | html %] by [% authcat | html %]</title>
 [% INCLUDE 'doc-head-close.inc' %]
 <style>td.locked { background-image: url('[% interface | html %]/[% theme | html %]/img/locked.png'); padding-left : 20px; background-repeat: no-repeat; background-position: 5px 5px; } a.control { font-size:85%;text-decoration:none; } .plan_entry { text-align: right; width:90%; }</style>
-<script>
-</script>
 </head>
 
 <body id="admin_aqplan" class="admin">
@@ -318,9 +316,6 @@
                       $(this).val("");
                       $(this).prop('disabled', false);
                     }
-                    if ( type == "checkbox" ) {
-                      $(this).prop('checked', false);
-                    }
                 });
                 $("#budget_est_"+budget_id).text($("#budget_tot_"+budget_id).prev().text());
                 $("#budget_est_"+budget_id).css("color","green");
-- 
2.11.0