[Gnucash-changes] r14050 - gnucash/trunk/src/engine - Disable Lots scrubbing, which is causing test-suite failures.

Chris Shoemaker chris at cvs.gnucash.org
Sun May 14 17:30:23 EDT 2006


Author: chris
Date: 2006-05-14 17:30:22 -0400 (Sun, 14 May 2006)
New Revision: 14050
Trac: http://svn.gnucash.org/trac/changeset/14050

Modified:
   gnucash/trunk/src/engine/Transaction.c
Log:
   Disable Lots scrubbing, which is causing test-suite failures.


Modified: gnucash/trunk/src/engine/Transaction.c
===================================================================
--- gnucash/trunk/src/engine/Transaction.c	2006-05-14 21:05:24 UTC (rev 14049)
+++ gnucash/trunk/src/engine/Transaction.c	2006-05-14 21:30:22 UTC (rev 14050)
@@ -1019,7 +1019,10 @@
       */
      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;
    }



More information about the gnucash-changes mailing list