Starting the process of multiple profit and loss, fixes numeric code bug.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user