minor bugfix.

This commit is contained in:
Bryce Covert
2022-05-08 16:16:38 -07:00
parent 4b4246fafa
commit 8f47b4bb2b
2 changed files with 8 additions and 10 deletions

View File

@@ -432,6 +432,7 @@
:field [:accounts]
:max (Math/abs (js/parseFloat (:amount data)))
:descriptor "credit account"
:client (:client data)
:disabled (or (boolean (:payment data))
should-disable-for-client?)
:locations locations}])