adding day of month.
This commit is contained in:
@@ -341,6 +341,15 @@
|
||||
:db/cardinality :db.cardinality/one
|
||||
:db/doc "Amount has to be greater than or equal to this"}
|
||||
|
||||
{:db/ident :transaction-rule/dom-lte
|
||||
:db/valueType :db.type/long
|
||||
:db/cardinality :db.cardinality/one
|
||||
:db/doc "Day of month has to be less than or equal to this"}
|
||||
|
||||
{:db/ident :transaction-rule/dom-gte
|
||||
:db/valueType :db.type/long
|
||||
:db/cardinality :db.cardinality/one
|
||||
:db/doc "Day of month has to be greater than or equal to this"}
|
||||
]])
|
||||
|
||||
(def add-credit-bank-account
|
||||
|
||||
Reference in New Issue
Block a user