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

index 816a6a8..059ae2d 100644 (file)
@@ -33,27 +33,7 @@ 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)");
-        $id = DB_DataObject::Factory('invfifo');
-        $id->query("SELECT invfifo_fill_all(128, 2319)");
-        
-        require_once 'Pman/Core/Mailer.php';
-
-        $r = new Pman_Core_Mailer(array(
-            'template'=> 'ProcessValues',
-            'page' => $this,
-            'contents' => array(
-                'person' => 'edward@roojs.com',
-                'message' => $this->errMsg
-            )
-        ));
-
-        $sent = $r->send();
-        
         
-        die('done');
         // clear up trailing voided coheads..
         
        echo "Finding bad calcs\n";