locations.
This commit is contained in:
@@ -99,14 +99,14 @@
|
||||
[:td.has-text-right (nf amount )]
|
||||
|
||||
[:td status]]]
|
||||
(for [{:keys [debit credit account]} line-items]
|
||||
(for [{:keys [debit credit location account]} line-items]
|
||||
[:tr {:class (:class i)}
|
||||
(when-not selected-client
|
||||
[:td ])
|
||||
[:td ]
|
||||
#_[:td description-original]
|
||||
[:td ]
|
||||
[:td (:name account)]
|
||||
[:td location ": " (:name account)]
|
||||
[:td.has-text-right (when debit (nf debit ))]
|
||||
[:td.has-text-right (when credit (nf credit ))]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user