mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
2/3 [taxtxf] inline single-use scheme function from engine.scm
This commit is contained in:
@@ -471,9 +471,8 @@
|
||||
(txf-special-split? (gnc:account-get-txf-code account)))
|
||||
(+ gen 1) ; Est Fed Tax has a extra generation
|
||||
gen) ; no kids, return input
|
||||
(apply max (gnc:account-map-children
|
||||
(lambda (x) (num-generations x (+ 1 gen)))
|
||||
account))))
|
||||
(apply max (map (lambda (x) (num-generations x (1+ gen)))
|
||||
(or (gnc-account-get-children-sorted account) '())))))
|
||||
|
||||
(gnc:report-starting reportname)
|
||||
(let* ((from-value (gnc:date-option-absolute-time
|
||||
|
||||
Reference in New Issue
Block a user