git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1255 57a11ea4-9604-0410-9ed3-97b8803252fd
zzzoldfeatures/xacc-12-patch
Linas Vepstas 28 years ago
parent bec8f3091a
commit 611343e201

@ -78,9 +78,10 @@ void xaccZeroRunningBalances (Account **list);
/* The xaccConsolidateTransactions() subroutine scans through
* all of the transactions in an account, and compares them.
* if any of them are exact duplicates, the duplicates are removed.
* If any of them are exact duplicates, the duplicates are removed.
* duplicates may occur when accounts from multiple sources are
* merged. Note that this can be a dangerous operation to perform.
* merged. Note that this can be a dangerous operation to perform,
* as it may remove transactions that were not true duplicatees ...
*/
void xaccConsolidateTransactions (Account *);

Loading…
Cancel
Save