Bugzilla – Attachment 99569 Details for
Bug 17016
Button to clear all fields in budget planning
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17016: Clear with 0.00 instead of blank
Bug-17016-Clear-with-000-instead-of-blank.patch (text/plain), 1.01 KB, created by
Jonathan Druart
on 2020-02-25 10:55:25 UTC
(
hide
)
Description:
Bug 17016: Clear with 0.00 instead of blank
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-02-25 10:55:25 UTC
Size:
1.01 KB
patch
obsolete
>From 54c30af09a7880e49428ed6313241ac5ad90ce96 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 25 Feb 2020 11:54:45 +0100 >Subject: [PATCH] Bug 17016: Clear with 0.00 instead of blank > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 e983ddf0ba..e9b31e4a6f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt >+++ b/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); > } > }); >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 17016
:
53872
|
98049
|
98060
|
99047
|
99552
|
99557
|
99558
|
99569
|
99842
|
99843
|
99844
|
99876