r16592 - gnucash/branches/2.2/src/business/business-reports - Fix erroneous option ordering. Patch by Andrew Sackville-West. Merges r16581 from trunk.

Andreas Köhler andi5 at cvs.gnucash.org
Sun Nov 11 12:32:51 EST 2007


Author: andi5
Date: 2007-11-11 12:32:50 -0500 (Sun, 11 Nov 2007)
New Revision: 16592
Trac: http://svn.gnucash.org/trac/changeset/16592

Modified:
   gnucash/branches/2.2/src/business/business-reports/payables.scm
   gnucash/branches/2.2/src/business/business-reports/receivables.scm
Log:
Fix erroneous option ordering. Patch by Andrew Sackville-West.  Merges r16581 from trunk.


Modified: gnucash/branches/2.2/src/business/business-reports/payables.scm
===================================================================
--- gnucash/branches/2.2/src/business/business-reports/payables.scm	2007-11-11 17:32:45 UTC (rev 16591)
+++ gnucash/branches/2.2/src/business/business-reports/payables.scm	2007-11-11 17:32:50 UTC (rev 16592)
@@ -48,7 +48,7 @@
     (add-option
      (gnc:make-account-sel-limited-option
       acc-page this-acc
-      (N_ "The payable account you wish to examine") "zz"
+      "w" (N_ "The payable account you wish to examine") 
       #f #f (list ACCT-TYPE-PAYABLE)))
 
     (aging-options-generator options)))

Modified: gnucash/branches/2.2/src/business/business-reports/receivables.scm
===================================================================
--- gnucash/branches/2.2/src/business/business-reports/receivables.scm	2007-11-11 17:32:45 UTC (rev 16591)
+++ gnucash/branches/2.2/src/business/business-reports/receivables.scm	2007-11-11 17:32:50 UTC (rev 16592)
@@ -48,7 +48,7 @@
     (add-option
      (gnc:make-account-sel-limited-option
       acc-page this-acc
-      (N_ "The receivables account you wish to examine") "w"
+      "w" (N_ "The receivables account you wish to examine") 
       #f #f (list ACCT-TYPE-RECEIVABLE)))
 
     (aging-options-generator options)))



More information about the gnucash-changes mailing list