gnucash maint: [job-report] clarify deprecation warning.

Christopher Lam clam at code.gnucash.org
Sun Aug 2 08:08:37 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/0c2e17da (commit)
	from  https://github.com/Gnucash/gnucash/commit/12ab85fa (commit)



commit 0c2e17daf100148a29a8a0ca2e3c44f2d61632ca
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sun Aug 2 20:08:12 2020 +0800

    [job-report] clarify deprecation warning.

diff --git a/gnucash/report/reports/standard/job-report.scm b/gnucash/report/reports/standard/job-report.scm
index 50c988991..00a31d6d5 100644
--- a/gnucash/report/reports/standard/job-report.scm
+++ b/gnucash/report/reports/standard/job-report.scm
@@ -479,7 +479,8 @@
      (gnc:lookup-option (gnc:report-options report-obj) section name)))
 
   (issue-deprecation-warning
-   "old job report is deprecated and will be removed in 5.x")
+   "old job report is deprecated and will be removed in 5.x. Its functionality \
+is now merged into new-owner-report.scm.")
 
   (let* ((document (gnc:make-html-document))
 	 (table '())



Summary of changes:
 gnucash/report/reports/standard/job-report.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)



More information about the gnucash-changes mailing list