Starting the process of multiple profit and loss, fixes numeric code bug.

This commit is contained in:
2021-10-22 18:53:09 -07:00
parent 16c0e679bc
commit 66ad411e3d
3 changed files with 21 additions and 11 deletions

View File

@@ -132,7 +132,7 @@
:name name
:check-number (when-not (str/blank? check-number)
(js/parseInt check-number))
:numeric-code (when-not (str/blank? check-number)
:numeric-code (when-not (str/blank? numeric-code)
(js/parseInt numeric-code))
:include-in-reports include-in-reports
:start-date (cond (not start-date)