mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -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
|
Terry Boldt <tboldt@attglobal.net> financial calculator and expression parser
|
||||||
Simon Britnell <simon.britnell@peace.com> patch to RPM spec
|
Simon Britnell <simon.britnell@peace.com> patch to RPM spec
|
||||||
Christopher B. Browne <cbbrowne@hex.net> for perl and lots of scheme
|
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
|
Bill Carlson <wwc@wwcnet.nu> performance improvements
|
||||||
Graham Chapman <grahamc@zeta.org.au> for the xacc-rpts addon package
|
Graham Chapman <grahamc@zeta.org.au> for the xacc-rpts addon package
|
||||||
George Chen <georgec@sco.com> for MS-Money QIF's & fixes
|
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>
|
<PARA>patch to RPM spec</PARA>
|
||||||
</GLOSSDEF>
|
</GLOSSDEF>
|
||||||
</GLOSSENTRY>
|
</GLOSSENTRY>
|
||||||
|
|
||||||
<GLOSSENTRY>
|
<GLOSSENTRY>
|
||||||
<GLOSSTERM><ULINK URL="http://www.hex.net/~cbbrowne">Christopher B.
|
<GLOSSTERM><ULINK URL="http://www.hex.net/~cbbrowne">Christopher B.
|
||||||
Browne</ULINK></GLOSSTERM>
|
Browne</ULINK></GLOSSTERM>
|
||||||
@ -338,8 +339,16 @@ provide an accurate Profit & Loss statement.
|
|||||||
code</PARA>
|
code</PARA>
|
||||||
</GLOSSDEF>
|
</GLOSSDEF>
|
||||||
</GLOSSENTRY>
|
</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
|
<GLOSSTERM><email>wwc@wwcnet.nu</email> Bill
|
||||||
Carlson</GLOSSTERM>
|
Carlson</GLOSSTERM>
|
||||||
<GLOSSDEF>
|
<GLOSSDEF>
|
||||||
|
@ -211,7 +211,10 @@ xaccLedgerDisplayAccGroup (Account *account)
|
|||||||
{
|
{
|
||||||
le_type = xaccAccountGetType (node->data);
|
le_type = xaccAccountGetType (node->data);
|
||||||
if ((STOCK == le_type) || (MUTUAL == le_type))
|
if ((STOCK == le_type) || (MUTUAL == le_type))
|
||||||
|
{
|
||||||
ledger_type = PORTFOLIO_LEDGER;
|
ledger_type = PORTFOLIO_LEDGER;
|
||||||
|
break;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user