From ab5a701a00a30b64dc488be5a2c429d7b9dfe256 Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Mon, 5 Nov 2012 18:57:51 +0000 Subject: [PATCH] Rewrite misleading comment git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22529 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/report/business-reports/taxinvoice.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/report/business-reports/taxinvoice.scm b/src/report/business-reports/taxinvoice.scm index b456f05a78..cf752c553e 100644 --- a/src/report/business-reports/taxinvoice.scm +++ b/src/report/business-reports/taxinvoice.scm @@ -17,8 +17,10 @@ ;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA ;; 02111-1307 USA -; put the (define-module... back when installing as a 'proper' report -; as opposed to referring to it from .gnucash/config.user +; If you want to adapt this report privately: +; - copy the report to your .gnucash directory +; - specify a different module name below (eg mytaxinvoice) +; - refer to it from .gnucash/config.user ; (see http://wiki.gnucash.org/wiki/Custom_Reports ) (define-module (gnucash report taxinvoice))