Conrad Canterford's register fix.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3198 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas 2000-11-27 23:40:30 +00:00
parent a008b628ba
commit 073f606c09
3 changed files with 14 additions and 1 deletions

View File

@ -48,6 +48,7 @@ Per Bojsen <bojsen@worldnet.att.net> several core dump fixes
Terry Boldt <tboldt@attglobal.net> financial calculator and expression parser
Simon Britnell <simon.britnell@peace.com> patch to RPM spec
Christopher B. Browne <cbbrowne@hex.net> for perl and lots of scheme
Conrad Canterford <conrad@mail.watersprite.com.au> register bug fix
Bill Carlson <wwc@wwcnet.nu> performance improvements
Graham Chapman <grahamc@zeta.org.au> for the xacc-rpts addon package
George Chen <georgec@sco.com> for MS-Money QIF's & fixes

View File

@ -329,6 +329,7 @@ provide an accurate Profit & Loss statement.
<PARA>patch to RPM spec</PARA>
</GLOSSDEF>
</GLOSSENTRY>
<GLOSSENTRY>
<GLOSSTERM><ULINK URL="http://www.hex.net/~cbbrowne">Christopher B.
Browne</ULINK></GLOSSTERM>
@ -338,8 +339,16 @@ provide an accurate Profit & Loss statement.
code</PARA>
</GLOSSDEF>
</GLOSSENTRY>
<GLOSSENTRY>
<GLOSSENTRY>
<GLOSSTERM><email>conrad@mail.watersprite.com.au</email> Conrad
Canterford</GLOSSTERM>
<GLOSSDEF>
<PARA>register bug fix</PARA>
</GLOSSDEF>
</GLOSSENTRY>
<GLOSSENTRY>
<GLOSSTERM><email>wwc@wwcnet.nu</email> Bill
Carlson</GLOSSTERM>
<GLOSSDEF>

View File

@ -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;