mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
@@ -1019,7 +1019,10 @@ xaccTransCommitEdit (Transaction *trans)
|
|||||||
*/
|
*/
|
||||||
xaccTransScrubImbalance (trans, NULL, NULL);
|
xaccTransScrubImbalance (trans, NULL, NULL);
|
||||||
/* Get the cap gains into a consistent state as well. */
|
/* 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 */
|
/* Allow scrubbing in transaction commit again */
|
||||||
scrub_data = 1;
|
scrub_data = 1;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user