Fifo/ProcessValues.php
authorEdward <edward@roojs.com>
Tue, 11 Feb 2014 09:20:56 +0000 (17:20 +0800)
committerEdward <edward@roojs.com>
Tue, 11 Feb 2014 09:20:56 +0000 (17:20 +0800)
Fifo/ProcessValues.php

index 38f2edb..50f6bd0 100644 (file)
@@ -33,7 +33,10 @@ class Pman_Xtuple_Fifo_ProcessValues extends  Pman_Xtuple_Fifo_ProcessBase
         
         // we have to have a pointer to work out where we left off..
         // this process can go by invdetail_id ASC..
-        
+        echo "running SELECT invfifo_fill_all(128, 2319) \n";
+        $id = DB_DataObject::Factory('invfifo');
+        $id->query("SELECT invfifo_fill_all(128, 2319)");
+        die('done');
         // clear up trailing voided coheads..
         
        echo "Finding bad calcs\n";