mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
The function name xaccSplitDateOrder is misleading, so rename it to
xaccSplitOrder. Add a new xaccSplitOrderDateOnly function. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15838 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -777,7 +777,7 @@ xaccTransGetAccountBalance (const Transaction *trans,
|
||||
|
||||
/* This test needs to correspond to the comparison function used when
|
||||
sorting the splits for computing the running balance. */
|
||||
if (xaccSplitDateOrder (last_split, split) < 0)
|
||||
if (xaccSplitOrder (last_split, split) < 0)
|
||||
last_split = split;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user