mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-22 17:06:36 -06:00
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:
parent
a008b628ba
commit
073f606c09
1
AUTHORS
1
AUTHORS
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user