@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt | 5 ----- 1 file changed, 5 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt @@ -6,8 +6,6 @@ Koha › Administration › Budgets › Funds › Planning for [% budget_period_description | html %] by [% authcat | html %] [% INCLUDE 'doc-head-close.inc' %] - @@ -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"); --