Bugzilla – Attachment 99844 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.06 KB, created by
Katrin Fischer
on 2020-02-29 22:50:36 UTC
(
hide
)
Description:
Bug 17016: Clear with 0.00 instead of blank
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2020-02-29 22:50:36 UTC
Size:
1.06 KB
patch
obsolete
>From c02d5ee2afddcc7fac6312b3743e7fd71b59efe6 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 > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > 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