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))