silly little report option fix...

Andrew Sackville-West ajswest at mindspring.com
Tue Nov 6 16:47:42 EST 2007


The payable and recievable aging reports have some option args out of
order causing funny things like "w" and "zz" as tool tips... 

patch attached.

A
-------------- next part --------------
Index: src/business/business-reports/payables.scm
===================================================================
--- src/business/business-reports/payables.scm	(revision 16580)
+++ src/business/business-reports/payables.scm	(working copy)
@@ -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)))
Index: src/business/business-reports/receivables.scm
===================================================================
--- src/business/business-reports/receivables.scm	(revision 16580)
+++ src/business/business-reports/receivables.scm	(working copy)
@@ -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)))
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://lists.gnucash.org/pipermail/gnucash-devel/attachments/20071106/5eb5b574/attachment.bin 


More information about the gnucash-devel mailing list