check printing
This commit is contained in:
@@ -364,6 +364,10 @@
|
||||
:db/valueType :db.type/ref
|
||||
:db/cardinality :db.cardinality/one
|
||||
:db/doc "The bank account that was used to pay"}
|
||||
{:db/ident :payment/invoices
|
||||
:db/valueType :db.type/ref
|
||||
:db/cardinality :db.cardinality/many
|
||||
:db/doc "Any invoices this payment is related to"}
|
||||
|
||||
;; enums
|
||||
{:db/ident :payment-status/pending}
|
||||
|
||||
Reference in New Issue
Block a user