r22530 - gnucash/branches/2.4/src/report/business-reports - [22529] Rewrite misleading comment

Geert Janssens gjanssens at code.gnucash.org
Mon Nov 5 14:10:02 EST 2012


Author: gjanssens
Date: 2012-11-05 14:10:01 -0500 (Mon, 05 Nov 2012)
New Revision: 22530
Trac: http://svn.gnucash.org/trac/changeset/22530

Modified:
   gnucash/branches/2.4/src/report/business-reports/taxinvoice.scm
Log:
[22529] Rewrite misleading comment

Modified: gnucash/branches/2.4/src/report/business-reports/taxinvoice.scm
===================================================================
--- gnucash/branches/2.4/src/report/business-reports/taxinvoice.scm	2012-11-05 18:57:51 UTC (rev 22529)
+++ gnucash/branches/2.4/src/report/business-reports/taxinvoice.scm	2012-11-05 19:10:01 UTC (rev 22530)
@@ -16,8 +16,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))        
 



More information about the gnucash-changes mailing list