Hopefully fixes the vendor dialog save.
This commit is contained in:
@@ -31,7 +31,6 @@
|
|||||||
::hidden
|
::hidden
|
||||||
::id
|
::id
|
||||||
::print-as
|
::print-as
|
||||||
::invoice-reminder-schedule
|
|
||||||
::primary-contact
|
::primary-contact
|
||||||
::secondary-contact
|
::secondary-contact
|
||||||
::address])
|
::address])
|
||||||
|
|||||||
@@ -19,7 +19,6 @@
|
|||||||
::can-submit
|
::can-submit
|
||||||
:<- [::forms/form ::vendor-form]
|
:<- [::forms/form ::vendor-form]
|
||||||
(fn [form]
|
(fn [form]
|
||||||
(println (s/explain-data ::entity/vendor (:data form)))
|
|
||||||
(s/valid? ::entity/vendor (:data form))))
|
(s/valid? ::entity/vendor (:data form))))
|
||||||
|
|
||||||
(defn ngrams [text len]
|
(defn ngrams [text len]
|
||||||
|
|||||||
Reference in New Issue
Block a user