fixes bugs, makes checks printable for different dates.

This commit is contained in:
2025-10-07 21:52:46 -07:00
parent c528795b1e
commit a462c56595
3 changed files with 127 additions and 117 deletions

View File

@@ -212,7 +212,8 @@
client_id
bank-account-id
type
(:id context))
(:id context)
(time/now))
u/->graphql))))
(defn edit-invoice [context {{:keys [id due invoice_number vendor_id total date expense_accounts scheduled_payment] :as in} :invoice} _]