makes all sales orders use new grid helper
This commit is contained in:
@@ -180,4 +180,37 @@
|
||||
|
||||
{:user/name "hydrate-tuples"})
|
||||
|
||||
(auto-ap.datomic/audit-transact-batch (->> (dc/q '[:find ?e ?c
|
||||
:in $
|
||||
:where [?e :charge/client ?c]]
|
||||
(dc/db conn)
|
||||
)
|
||||
(map (fn [[i c]]
|
||||
{:db/id i
|
||||
:charge/client c})))
|
||||
|
||||
{:user/name "hydrate-tuples"})
|
||||
|
||||
(auto-ap.datomic/audit-transact-batch (->> (dc/q '[:find ?e ?c
|
||||
:in $
|
||||
:where [?e :cash-drawer-shift/client ?c]]
|
||||
(dc/db conn)
|
||||
)
|
||||
(map (fn [[i c]]
|
||||
{:db/id i
|
||||
:cash-drawer-shift/client c})))
|
||||
|
||||
{:user/name "hydrate-tuples"})
|
||||
|
||||
(auto-ap.datomic/audit-transact-batch (->> (dc/q '[:find ?e ?c
|
||||
:in $
|
||||
:where [?e :sales-refund/client ?c]]
|
||||
(dc/db conn)
|
||||
)
|
||||
(map (fn [[i c]]
|
||||
{:db/id i
|
||||
:sales-refund/client c})))
|
||||
|
||||
{:user/name "hydrate-tuples"})
|
||||
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user