Bugzilla – Attachment 117014 Details for
Bug 27408
Update intranet-tmpl/prog/en/modules/members/mancredit.tt for ACC2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27408: Update intranet-tmpl/prog/en/modules/members/mancredit.tt for ACC2
Bug-27408-Update-intranet-tmplprogenmodulesmembers.patch (text/plain), 1.77 KB, created by
David Nind
on 2021-02-18 18:31:26 UTC
(
hide
)
Description:
Bug 27408: Update intranet-tmpl/prog/en/modules/members/mancredit.tt for ACC2
Filename:
MIME Type:
Creator:
David Nind
Created:
2021-02-18 18:31:26 UTC
Size:
1.77 KB
patch
obsolete
>From 9ba802741254dabf8f6e9362722f84d391b8824e Mon Sep 17 00:00:00 2001 >From: Mazen Khallaf <mazen.i.khallaf@gamil.com> >Date: Tue, 19 Jan 2021 09:45:34 +0000 >Subject: [PATCH] Bug 27408: Update > intranet-tmpl/prog/en/modules/members/mancredit.tt for ACC2 > >Test Plan: > >1. Open intranet-tmpl/prog/en/modules/members/mancredit.tt >2. Search for instances of 'input type="text" >3. If none are found then patch was successful > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> > >Signed-off-by: David Nind <david@davidnind.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/mancredit.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/mancredit.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/mancredit.tt >index 2befd05878..93821b1a27 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/mancredit.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/mancredit.tt >@@ -56,7 +56,7 @@ > <li><label for="barcode">Barcode: </label><input type="text" name="barcode" id="barcode" /></li> > <li><label for="desc">Description: </label><input type="text" name="desc" size="50" id="desc" /></li> > <li><label for="note">Note: </label><input type="text" name="note" size="50" id="note" /></li> >- <li><label for="amount">Amount: </label><input type="number" name="amount" id="amount" required="required" value="" step="any" min="0" /> Example: 5.00</li> >+ <li><label for="amount">Amount: </label><input type="text" inputmode="numeric" pattern="[0-9]*" name="amount" id="amount" required="required" value=""/> Example: 5.00</li> > </ol> > </fieldset> > >-- >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 27408
:
115396
|
115467
|
115469
|
115483
|
115549
|
115550
|
117014
|
117015
|
117707
|
117708