This commit is contained in:
2021-12-06 18:19:25 -08:00
parent b0fe873fef
commit b4c4a1fc45

View File

@@ -224,7 +224,7 @@
(filter (fn [order] (filter (fn [order]
(and (and
(not= "Koala" (:name (:source order))) (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]) %))))) (map #(order->sales-order client (get-in env [:square-config client :location]) %)))))
#_(daily-results) #_(daily-results)