mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[income-gst-statement] deprecate file-name argument in renderer
This commit is contained in:
parent
fee142b27a
commit
e84b404b74
@ -82,8 +82,11 @@ accounts may be tagged with *EUGOODS* in the account description."))
|
|||||||
#:custom-calculated-cells gst-calculated-cells
|
#:custom-calculated-cells gst-calculated-cells
|
||||||
#:custom-source-accounts sales-purch-accounts
|
#:custom-source-accounts sales-purch-accounts
|
||||||
#:custom-split-filter gst-custom-split-filter
|
#:custom-split-filter gst-custom-split-filter
|
||||||
#:export-type export-type
|
#:export-type export-type))
|
||||||
#:filename file-name))
|
(when file-name
|
||||||
|
(issue-deprecation-warning "gst-statement-renderer filename is \
|
||||||
|
obsolete, and not supported for exports. please set html-document \
|
||||||
|
export-string instead. this warning will be removed in GnuCash 5.0"))
|
||||||
(when (null? (opt-val "Accounts" "Tax Accounts"))
|
(when (null? (opt-val "Accounts" "Tax Accounts"))
|
||||||
(gnc:html-document-add-object! document TAX-SETUP-DESC))
|
(gnc:html-document-add-object! document TAX-SETUP-DESC))
|
||||||
document)
|
document)
|
||||||
|
Loading…
Reference in New Issue
Block a user