(cloud) Makes POS page work again

This commit is contained in:
2023-05-03 12:30:04 -07:00
parent 2845f21227
commit 2bb1da1636
5 changed files with 30 additions and 17 deletions

View File

@@ -111,10 +111,6 @@
(merge-query {:query {:find ['?date '?e]
:where ['[?e :sales-order/date ?date]]}}))]
(mu/log ::query-stats
:stats (:query-stats (dc/q (assoc query :query-stats true)))
:q (str query))
(cond->> (query2 query)
true (apply-sort-3 (assoc args :default-asc? false))
true (apply-pagination args))))