Merge branch 'staging' into add-scheduled-payment-filter

This commit is contained in:
Bryce Covert
2021-01-06 19:12:55 -08:00
5 changed files with 125 additions and 94 deletions

View File

@@ -45,7 +45,10 @@
(Double/parseDouble %)
(and (string? %)
(str/blank? %))
(str/blank? (str/trim %)))
0.0
(nil? %)
0.0
(int? %)