mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Minor fixes.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2831 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
a70bbac696
commit
63e9fb1034
@ -302,11 +302,11 @@ const char * xaccTransIsCommonCurrency (Transaction *trans,
|
||||
* given, otherwise, it returns NULL.
|
||||
*
|
||||
* This is useful when changing one split such that the old entry in
|
||||
* that split is of no relevance when determining whether the new entry
|
||||
* has a common currency with the other splits.
|
||||
* that split is of no relevance when determining whether the new
|
||||
* entry has a common currency with the other splits.
|
||||
*/
|
||||
const char * xaccTransIsCommonExclSCurrency (Transaction *trans,
|
||||
const char * currency,
|
||||
const char * currency,
|
||||
Split *excl_split);
|
||||
|
||||
/* The xaccTransGetImbalance() method returns the total value of the
|
||||
|
Loading…
Reference in New Issue
Block a user