unpaid and paid invoices use the same underlying page, now.

This commit is contained in:
Bryce Covert
2019-01-25 22:47:20 -08:00
parent b401ca9c7b
commit 1d34dd157a
8 changed files with 108 additions and 181 deletions

View File

@@ -85,6 +85,11 @@
(map (fn [[k v]] (assoc v :id k))
expense-accounts)))
(re-frame/reg-sub
::query-params
(fn [db]
(:query-params db)))
(re-frame/reg-sub
::chooseable-expense-accounts
(fn [db]