brutal process of getting sorting to not mess stuff up.
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
|
||||
(defn edit-transaction [context {{:keys [id account_id vendor_id] :as transaction} :transaction} value]
|
||||
(assert-can-see-client (:id context) (:db/id (d-transactions/get-by-id id)))
|
||||
(println transaction)
|
||||
@(d/transact (d/connect uri)
|
||||
[{:db/id id
|
||||
:transaction/vendor vendor_id
|
||||
|
||||
Reference in New Issue
Block a user