fix bug.
This commit is contained in:
@@ -592,9 +592,9 @@
|
|||||||
:total (+ (get-in @category-totals [client-id location :sales] 0.0)
|
:total (+ (get-in @category-totals [client-id location :sales] 0.0)
|
||||||
(get-in @category-totals [client-id location :cogs] 0.0)
|
(get-in @category-totals [client-id location :cogs] 0.0)
|
||||||
(get-in @category-totals [client-id location :payroll] 0.0)
|
(get-in @category-totals [client-id location :payroll] 0.0)
|
||||||
(- (+ (get-in @category-totals [client-id location :controllable] 0.0)
|
(get-in @category-totals [client-id location :controllable] 0.0)
|
||||||
(get-in @category-totals [client-id location :fixed-overhead] 0.0)
|
(get-in @category-totals [client-id location :fixed-overhead] 0.0)
|
||||||
(get-in @category-totals [client-id location :ownership-controllable] 0.0))))}]]
|
(get-in @category-totals [client-id location :ownership-controllable] 0.0))}]]
|
||||||
line))}]
|
line))}]
|
||||||
result))
|
result))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user