[Gnucash-changes] Fix for mispellings in scheme code from Phil Longstaff

David Hampton hampton at cvs.gnucash.org
Sun Jul 17 18:14:54 EDT 2005


Log Message:
-----------
 Fix for mispellings in scheme code from Phil Longstaff
 <plongstaff at newearth.org>.

Tags:
----
gnucash-gnome2-dev

Modified Files:
--------------
    gnucash/src/report/standard-reports:
        equity-statement.scm
        income-statement.scm

Revision Data
-------------
Index: income-statement.scm
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/src/report/standard-reports/income-statement.scm,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -Lsrc/report/standard-reports/income-statement.scm -Lsrc/report/standard-reports/income-statement.scm -u -r1.1.2.1 -r1.1.2.2
--- src/report/standard-reports/income-statement.scm
+++ src/report/standard-reports/income-statement.scm
@@ -537,7 +537,7 @@
 		   (balance
 		    (or (and (gnc:uniform-commodity? pos-bal report-commodity)
 			     bal)
-			(and show-fucr?
+			(and show-fcur?
 			     (gnc:commodity-table
 			      pos-bal report-commodity exchange-fn))
 			bal
Index: equity-statement.scm
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/src/report/standard-reports/equity-statement.scm,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -Lsrc/report/standard-reports/equity-statement.scm -Lsrc/report/standard-reports/equity-statement.scm -u -r1.1.2.2 -r1.1.2.3
--- src/report/standard-reports/equity-statement.scm
+++ src/report/standard-reports/equity-statement.scm
@@ -416,7 +416,7 @@
 		   (balance
 		    (or (and (gnc:uniform-commodity? pos-bal report-commodity)
 			     bal)
-			(and show-fucr?
+			(and show-fcur?
 			     (gnc:commodity-table
 			      pos-bal report-commodity exchange-fn))
 			bal


More information about the gnucash-changes mailing list