Bug 17016: (follow-up) Removing unnecessary code
authorAleisha Amohia <aleishaamohia@hotmail.com>
Tue, 25 Feb 2020 04:19:05 +0000 (04:19 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 2 Mar 2020 10:22:12 +0000 (10:22 +0000)
Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt

index 768393f..e983ddf 100644 (file)
@@ -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">
                       $(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");