Disable Lots scrubbing, which is causing test-suite failures.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14050 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Chris Shoemaker
2006-05-14 21:30:22 +00:00
parent 381c7a6412
commit 9b64ae68a7

View File

@@ -1019,7 +1019,10 @@ xaccTransCommitEdit (Transaction *trans)
*/
xaccTransScrubImbalance (trans, NULL, NULL);
/* Get the cap gains into a consistent state as well. */
xaccTransScrubGains (trans, NULL);
/* Lot Scrubbing is temporarily disabled. */
//xaccTransScrubGains (trans, NULL);
/* Allow scrubbing in transaction commit again */
scrub_data = 1;
}