typo.
This commit is contained in:
@@ -224,7 +224,7 @@
|
||||
(filter (fn [order]
|
||||
(and
|
||||
(not= "Koala" (:name (:source order)))
|
||||
(not= "Koala-production" (:name (:source order))))))
|
||||
(not= "koala-production" (:name (:source order))))))
|
||||
(map #(order->sales-order client (get-in env [:square-config client :location]) %)))))
|
||||
|
||||
#_(daily-results)
|
||||
|
||||
Reference in New Issue
Block a user