fixing a couple of bugs.

This commit is contained in:
Bryce Covert
2021-12-29 17:47:01 -08:00
parent 70b90e0051
commit 8139958450
2 changed files with 12 additions and 5 deletions

View File

@@ -205,5 +205,10 @@
{:db/ident :transaction/expected-deposit
:db/doc "If this transaction is a deposit, the deposit that we anticipated"
:db/valueType :db.type/ref
:db/cardinality :db.cardinality/one}]]}})
:db/cardinality :db.cardinality/one}]]}
:add-refund-type {:txes [[{:db/ident :sales-refund/type
:db/doc "The type of refund"
:db/valueType :db.type/string
:db/cardinality :db.cardinality/one}]]
:requires [:add-refunds]}})