Bugzilla – Attachment 118395 Details for
Bug 24300
Add a 'payout amount' option to accounts
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24300: (follow-up) Set minimum for amount input
Bug-24300-follow-up-Set-minimum-for-amount-input.patch (text/plain), 1.25 KB, created by
Martin Renvoize (ashimema)
on 2021-03-17 14:22:54 UTC
(
hide
)
Description:
Bug 24300: (follow-up) Set minimum for amount input
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2021-03-17 14:22:54 UTC
Size:
1.25 KB
patch
obsolete
>From 10235e2f00c6d85295047816a641be7aeff4ff25 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Tue, 16 Mar 2021 16:06:36 +0000 >Subject: [PATCH] Bug 24300: (follow-up) Set minimum for amount input > >Add a 'min' attribute for validation of the amount field in the payout >modal so that negative amounts cannot be submitted. > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt >index b329be8971..a742d0ddbb 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt >@@ -373,7 +373,7 @@ > $('#payoutline').val(accountline); > var amount = button.data('amount') * -1; > $("#paid + span").replaceWith(amount); >- $("#amount").attr({ "value": amount, "max": amount }); >+ $("#amount").attr({ "value": amount, "max": amount, "min": 0 }); > $("#amount, #payout_transaction_type").focus(); > }); > >-- >2.20.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 24300
:
116395
|
116412
|
116413
|
116837
|
116838
|
117917
|
117918
|
117919
|
118335
|
118392
|
118393
|
118394
|
118395
|
118396
|
118464
|
118503
|
118601
|
118602
|
118603
|
118604
|
118605
|
118606
|
118612
|
119195
|
119196
|
119197
|
119198
|
119199
|
119200
|
120016
|
120017
|
120018
|
120019
|
120020
|
120021