Adds expands expense account report
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
|
||||
|
||||
(defn last-monday []
|
||||
(loop [current (local-now)]
|
||||
(loop [current (local-today)]
|
||||
(if (= 1 (time/day-of-week current))
|
||||
current
|
||||
(recur (time/minus current (time/days 1))))))
|
||||
|
||||
Reference in New Issue
Block a user