You change change expense accounts on invoices
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
(reduce #(update-in %1 [:query :where] conj %2) query rest)))
|
||||
|
||||
(def default-read '(pull ?e [*
|
||||
{:invoice/client [:client/name :db/id]}
|
||||
{:invoice/client [:client/name :db/id :client/locations]}
|
||||
{:invoice/vendor [:vendor/name :db/id]}
|
||||
{:invoice/status [:db/ident]}
|
||||
{:invoice-payment/_invoice [* {:invoice-payment/payment [*]}]}]))
|
||||
|
||||
Reference in New Issue
Block a user