modal typeahead improvements.

This commit is contained in:
BC
2018-06-28 21:45:57 -07:00
parent 216429bfdb
commit 5f6bc5beea
4 changed files with 8 additions and 5 deletions

View File

@@ -12,6 +12,7 @@
(s/def ::invoice (s/keys :req-un [::company-id
::invoice-number
::date
::vendor-id
::total]
:opt-un [::vendor-id
:opt-un [
::vendor-name]))