git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1255 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 1998-10-04 02:11:16 +00:00
parent bec8f3091a
commit 611343e201

View File

@ -78,9 +78,10 @@ void xaccZeroRunningBalances (Account **list);
/* The xaccConsolidateTransactions() subroutine scans through /* The xaccConsolidateTransactions() subroutine scans through
* all of the transactions in an account, and compares them. * 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 * 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 *); void xaccConsolidateTransactions (Account *);