diff --git a/AUTHORS b/AUTHORS index e1fb13a924..4783df97a0 100644 --- a/AUTHORS +++ b/AUTHORS @@ -48,6 +48,7 @@ Per Bojsen several core dump fixes Terry Boldt financial calculator and expression parser Simon Britnell patch to RPM spec Christopher B. Browne for perl and lots of scheme +Conrad Canterford register bug fix Bill Carlson performance improvements Graham Chapman for the xacc-rpts addon package George Chen for MS-Money QIF's & fixes diff --git a/doc/sgml/C/xacc-about.sgml b/doc/sgml/C/xacc-about.sgml index 4da8ca61dc..680bb10466 100644 --- a/doc/sgml/C/xacc-about.sgml +++ b/doc/sgml/C/xacc-about.sgml @@ -329,6 +329,7 @@ provide an accurate Profit & Loss statement. patch to RPM spec + Christopher B. Browne @@ -338,8 +339,16 @@ provide an accurate Profit & Loss statement. code + +conrad@mail.watersprite.com.au Conrad + Canterford + +register bug fix + + + wwc@wwcnet.nu Bill Carlson diff --git a/src/MultiLedger.c b/src/MultiLedger.c index 77906e9335..a2cb30cfb7 100644 --- a/src/MultiLedger.c +++ b/src/MultiLedger.c @@ -211,7 +211,10 @@ xaccLedgerDisplayAccGroup (Account *account) { le_type = xaccAccountGetType (node->data); if ((STOCK == le_type) || (MUTUAL == le_type)) + { ledger_type = PORTFOLIO_LEDGER; + break; + } } break;