mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* gnc-ledger-display.c -- honor user defaults for A/R and A/P windows
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7337 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
889e5fd5d3
commit
ab3a983020
@ -29,6 +29,8 @@
|
||||
|
||||
* src/engine/test/test-querynew.c -- add a warning message about
|
||||
known CRITICAL messages, which are safe to ignore..
|
||||
|
||||
* gnc-ledger-display.c -- honor user defaults for A/R and A/P windows
|
||||
|
||||
2002-10-16 Joshua Sled <jsled@asynchronous.org>
|
||||
|
||||
|
@ -213,10 +213,12 @@ gnc_get_default_register_style (GNCAccountType type)
|
||||
char *style_string;
|
||||
|
||||
switch (type) {
|
||||
#if 0
|
||||
case PAYABLE:
|
||||
case RECEIVABLE:
|
||||
new_style = REG_STYLE_LEDGER;
|
||||
break;
|
||||
#endif
|
||||
|
||||
default:
|
||||
style_string = gnc_lookup_multichoice_option("Register",
|
||||
|
Loading…
Reference in New Issue
Block a user