Tons of small fixes
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
(s/def ::due (s/nilable ::shared/date))
|
||||
(s/def ::total ::shared/money)
|
||||
(s/def ::vendor-id ::shared/identifier)
|
||||
(s/def ::automatically-paid-when-due (s/nilable boolean?))
|
||||
|
||||
(s/def ::invoice (s/keys :req-un [::client
|
||||
::invoice-number
|
||||
@@ -18,4 +19,5 @@
|
||||
::total]
|
||||
:opt-un [::vendor-name
|
||||
::due
|
||||
::automatically-paid-when-due
|
||||
]))
|
||||
|
||||
Reference in New Issue
Block a user