Makes accounts show up again

This commit is contained in:
2023-11-16 23:35:35 -08:00
parent d3477c3fce
commit 1a5183aae2

View File

@@ -109,7 +109,7 @@
true
(merge-query {:query {:find ['?sort-default '?e]
:where ['[?e :account/code ?un]
:where ['[?e :account/numeric-code ?un]
'[(clojure.string/upper-case ?un) ?sort-default]]}}))]
(cond->> (query2 query)
true (apply-sort-3 query-params)