Bugzilla – Attachment 151816 Details for
Bug 33864
Problems in order receive modal
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33864: Restore inputmode="numeric" (bug 28283)
Bug-33864-Restore-inputmodenumeric-bug-28283.patch (text/plain), 1.41 KB, created by
Tomás Cohen Arazi (tcohen)
on 2023-05-30 16:58:57 UTC
(
hide
)
Description:
Bug 33864: Restore inputmode="numeric" (bug 28283)
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2023-05-30 16:58:57 UTC
Size:
1.41 KB
patch
obsolete
>From 200799d5fa94bd308215921a650a36fa02a6a219 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Tue, 30 May 2023 13:58:16 -0300 >Subject: [PATCH] Bug 33864: Restore inputmode="numeric" (bug 28283) > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt >index 6af4842e7df..c1606932d0b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt >@@ -330,7 +330,7 @@ > </li> > <li> > <label for="quantity">Quantity received: </label> >- <input type="text" size="20" name="quantityrec" id="quantity" /> >+ <input type="text" inputmode="numeric" pattern="[0-9]*" size="20" name="quantityrec" id="quantity" /> > <div id="qtyrecerror" style="display:none"> > <p class="error">Warning, you have entered more items than expected. > Items will not be created.</p> >-- >2.34.1
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 33864
:
151799
|
151803
|
151811
|
151812
|
151813
|
151816
|
151821
|
151824
|
151852
|
151853
|
151854
|
151855
|
151856
|
151857
|
151858
|
151859