doesnt allow advanced overpay.
This commit is contained in:
@@ -71,7 +71,7 @@
|
|||||||
:plugins [[lein-figwheel "0.5.13"]
|
:plugins [[lein-figwheel "0.5.13"]
|
||||||
[lein-pdo "0.1.1"]
|
[lein-pdo "0.1.1"]
|
||||||
[cider/cider-nrepl "0.16.0"]]
|
[cider/cider-nrepl "0.16.0"]]
|
||||||
:jvm-opts ["-Dconfig=config/dev.edn" "--add-modules" "java.xml.bind"]}
|
:jvm-opts ["-Dconfig=config/dev.edn" #_#_"--add-modules" "java.xml.bind"]}
|
||||||
:uberjar {:prep-tasks [["cljsbuild" "once" "min"] "compile"]}
|
:uberjar {:prep-tasks [["cljsbuild" "once" "min"] "compile"]}
|
||||||
:provided {:dependencies [[org.clojure/clojurescript "1.10.238"]
|
:provided {:dependencies [[org.clojure/clojurescript "1.10.238"]
|
||||||
[reagent "0.7.0"]
|
[reagent "0.7.0"]
|
||||||
|
|||||||
@@ -531,6 +531,14 @@
|
|||||||
(when shown?
|
(when shown?
|
||||||
[modal {:title "Print Checks"
|
[modal {:title "Print Checks"
|
||||||
:foot [:button.button.is-primary {:on-click (dispatch-event [::advanced-print-checks-submitted])
|
:foot [:button.button.is-primary {:on-click (dispatch-event [::advanced-print-checks-submitted])
|
||||||
|
:disabled (cond printing?
|
||||||
|
"disabled"
|
||||||
|
|
||||||
|
(seq (filter #(> (js/parseFloat (:amount %)) (js/parseFloat (:outstanding-balance %))) invoices))
|
||||||
|
"disabled"
|
||||||
|
|
||||||
|
:else
|
||||||
|
"")
|
||||||
:class (if printing? "is-loading" "")}
|
:class (if printing? "is-loading" "")}
|
||||||
[:span "Print"]]
|
[:span "Print"]]
|
||||||
:hide-event [::cancel-advanced-print]}
|
:hide-event [::cancel-advanced-print]}
|
||||||
|
|||||||
Reference in New Issue
Block a user