Bugzilla – Attachment 99843 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: (follow-up) Removing unnecessary code
Bug-17016-follow-up-Removing-unnecessary-code.patch (text/plain), 1.71 KB, created by
Katrin Fischer
on 2020-02-29 22:50:32 UTC
(
hide
)
Description:
Bug 17016: (follow-up) Removing unnecessary code
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2020-02-29 22:50:32 UTC
Size:
1.71 KB
patch
obsolete
>From fecfad450cddf5a8d1335983dabe5a76066d15f5 Mon Sep 17 00:00:00 2001 >From: Aleisha Amohia <aleishaamohia@hotmail.com> >Date: Tue, 25 Feb 2020 04:19:05 +0000 >Subject: [PATCH] Bug 17016: (follow-up) Removing unnecessary code > >Signed-off-by: David Nind <david@davidnind.com> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt | 5 ----- > 1 file changed, 5 deletions(-) > >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 768393f82b..e983ddf0ba 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt >@@ -6,8 +6,6 @@ > <title>Koha › Administration › Budgets › Funds › 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"> >@@ -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"); >-- >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