Bugzilla – Attachment 115568 Details for
Bug 20527
"label" tag linked to the wrong "input" tag (wrong "for" attribute) in paycollect.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20527: Corrected paid to amountwrittenoff
Bug-20527-Corrected-paid-to-amountwrittenoff.patch (text/plain), 1.46 KB, created by
Nick Clemens (kidclamp)
on 2021-01-21 16:10:59 UTC
(
hide
)
Description:
Bug 20527: Corrected paid to amountwrittenoff
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2021-01-21 16:10:59 UTC
Size:
1.46 KB
patch
obsolete
>From f3fef99aa38d4c84816d41188b49f7fa59f58e23 Mon Sep 17 00:00:00 2001 >From: Eden Bacani <eden.bacani@gmail.com> >Date: Thu, 21 Jan 2021 02:54:30 +0000 >Subject: [PATCH] Bug 20527: Corrected paid to amountwrittenoff > >Test Plan >1. Go to My account and go into accounting >2.Create manual invoice (If you already have invoices skip this step) >3.On the Make a payment tab click on Write off under actions of an >invoice >4. Click on Writeoff amount label and make sure that the amount written >is highlighted in green. > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt >index c33546272e..46e74b4ae1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt >@@ -210,7 +210,7 @@ > > <ol> > <li> >- <label for="paid">Writeoff amount: </label> >+ <label for="amountwrittenoff">Wiriteoff amount: </label> > <!-- default to writing off all --> > <input name="amountwrittenoff" id="amountwrittenoff" value="[% amountoutstanding | $Price on_editing => 1 %]" type="text" /> > </li> >-- >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 20527
:
84034
|
84100
|
84110
|
84130
|
84131
|
115494
|
115536
| 115568 |
115570