@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt @@ -313,7 +313,7 @@ $(edit_row).find("input").each(function(){ var type = $(this).attr("type"); if (type != "button" && type != "submit" ) { - $(this).val(""); + $(this).val("0.00"); $(this).prop('disabled', false); } }); --