Bugzilla – Attachment 114671 Details for
Bug 27290
Cash register allows for 'amount tendered' less than amount being paid
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27290: (follow-up) fix filters - make register required
Bug-27290-follow-up-fix-filters---make-register-re.patch (text/plain), 2.29 KB, created by
Nick Clemens (kidclamp)
on 2020-12-23 14:11:34 UTC
(
hide
)
Description:
Bug 27290: (follow-up) fix filters - make register required
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2020-12-23 14:11:34 UTC
Size:
2.29 KB
patch
obsolete
>From 6335f80d2732875aa00c042f4b257f20e07fecec Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Wed, 23 Dec 2020 14:10:47 +0000 >Subject: [PATCH] Bug 27290: (follow-up) fix filters - make register required > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/pos/pay.tt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/pay.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/pos/pay.tt >index 053bf6f075..df2b25c29f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/pay.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/pos/pay.tt >@@ -112,11 +112,11 @@ > <ol> > <li> > <label for="paid">Amount being paid: </label> >- <input type="text" inputmode="none" pattern="[0-9]" name="paid" id="paid" value="[% 0 | $Price %]" readonly/> >+ <input type="text" inputmode="none" pattern="[0-9]" name="paid" id="paid" value="[% 0 | $Price on_editing => 1 %]" readonly/> > </li> > <li> > <label for="collected">Amount tendered: </label> >- <input type="number" inputmode="numberic" pattern="[0-9]" step="0.01" name="collected" id="collected" value="[% 0 | $Price on_editing => 1 %]"/> >+ <input type="text" inputmode="numeric" pattern="[0-9]" step="0.01" name="collected" id="collected" value="[% 0 | $Price on_editing => 1 %]"/> > </li> > <li> > <label>Change to give: </label> >@@ -128,7 +128,7 @@ > > <li> > <label for="registerid">Cash register: </label> >- <select name="registerid" id="registerid"> >+ <select name="registerid" id="registerid" required="required"> > <option id="noregister" disabled selected="selected" value="">-- Select an option--</option> > [% PROCESS options_for_registers %] > </select> >-- >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 27290
:
114568
|
114670
|
114671
|
114747
|
114748
|
114749
|
114757
|
116389
|
116472