Import/WayBill.php
authorEdward <edward@roojs.com>
Fri, 21 Feb 2014 09:38:02 +0000 (17:38 +0800)
committerEdward <edward@roojs.com>
Fri, 21 Feb 2014 09:38:02 +0000 (17:38 +0800)
Import/WayBill.php

index 809ebd6..18406c5 100644 (file)
@@ -28,9 +28,10 @@ class Pman_Xtuple_Import_WayBill extends Pman_Roo
         ));
         
         $img->onUpload(false);
-        print_r('run');exit;
+        
         require_once 'File/Convert.php';
         $fc = new File_Convert($img->getStoreName(), $img->mimetype );
+        print_r('run');exit;
         $csv = $fc->convert('text/csv');
         $this->importCsv($csv);