fixes PWL
This commit is contained in:
@@ -206,6 +206,11 @@
|
||||
(map #(assoc % :transaction/is-locked (is-locked? %)))
|
||||
(map #(update % :transaction/date coerce/from-date))
|
||||
(map #(update % :transaction/post-date coerce/from-date))
|
||||
(map (fn [t]
|
||||
(let [cn (:transaction/check-number t)]
|
||||
(if (and cn (nat-int? cn) (> cn Integer/MAX_VALUE))
|
||||
(dissoc t :transaction/check-number)
|
||||
t))))
|
||||
(map #(update % :transaction/accounts
|
||||
(fn [tas]
|
||||
(map
|
||||
|
||||
Reference in New Issue
Block a user