mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix erroneous option ordering. Patch by Andrew Sackville-West.
BP git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16581 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
db05fd5eae
commit
51c42d0708
@ -48,7 +48,7 @@
|
|||||||
(add-option
|
(add-option
|
||||||
(gnc:make-account-sel-limited-option
|
(gnc:make-account-sel-limited-option
|
||||||
acc-page this-acc
|
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)))
|
#f #f (list ACCT-TYPE-PAYABLE)))
|
||||||
|
|
||||||
(aging-options-generator options)))
|
(aging-options-generator options)))
|
||||||
|
@ -48,7 +48,7 @@
|
|||||||
(add-option
|
(add-option
|
||||||
(gnc:make-account-sel-limited-option
|
(gnc:make-account-sel-limited-option
|
||||||
acc-page this-acc
|
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)))
|
#f #f (list ACCT-TYPE-RECEIVABLE)))
|
||||||
|
|
||||||
(aging-options-generator options)))
|
(aging-options-generator options)))
|
||||||
|
Loading…
Reference in New Issue
Block a user