mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix guile 2 precompilation of German tax report
This commit is contained in:
parent
d764f7663c
commit
9a3a0a85d1
@ -27,6 +27,14 @@
|
|||||||
;;
|
;;
|
||||||
|
|
||||||
(use-modules (gnucash gettext))
|
(use-modules (gnucash gettext))
|
||||||
|
(use-modules (sw_app_utils))
|
||||||
|
(cond-expand
|
||||||
|
(guile-2
|
||||||
|
(eval-when
|
||||||
|
(compile load eval expand)
|
||||||
|
(load-extension "libgncmod-engine" "scm_init_sw_engine_module")))
|
||||||
|
(else ))
|
||||||
|
(use-modules (sw_engine))
|
||||||
|
|
||||||
(define txf-tax-entity-types
|
(define txf-tax-entity-types
|
||||||
(list
|
(list
|
||||||
|
Loading…
Reference in New Issue
Block a user