]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP#1776757: (follow-up) keep input for amount as type "number"
authorGalen Charlton <gmc@equinoxinitiative.org>
Tue, 28 Jul 2020 14:43:25 +0000 (10:43 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Tue, 28 Jul 2020 14:45:30 +0000 (10:45 -0400)
commitade09f8bc93ae3ed8b1ee97c33ba082818ac3431
tree9403be50354bfa93a7e771efaa8f18aa5b3f7e1d
parent79224bb12852c03085b70778de37e0a9f1dfd339
LP#1776757: (follow-up) keep input for amount as type "number"

Doing this preserves the form validation that ensures that
the user cannot submit the form with a non-numeric amount.

This does lose forcing the display of default amounts such as
"1.50" to two decimal places, but I'm figuring that form validation
takes priority pending a longer-term solution such as a custom
value validator or using ng-currency.

Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/templates/staff/circ/share/t_bill_patron_dialog.tt2
Open-ILS/web/js/ui/default/staff/circ/services/billing.js