Import/ShopVendors.php
authorEdward <edward@roojs.com>
Thu, 30 Jan 2014 06:27:16 +0000 (14:27 +0800)
committerEdward <edward@roojs.com>
Thu, 30 Jan 2014 06:27:16 +0000 (14:27 +0800)
Import/ShopVendors.php

index 3119b1b..825e1a0 100644 (file)
@@ -101,7 +101,7 @@ class Pman_Xtuple_Import_ShopVendors extends Pman_Roo
                 
                 $vendinfo->insert();
             }
-            
+            print_r($vendinfo);exit;
             $vendaddrinfo = DB_DataObject::factory('vendaddrinfo');
             if($vendaddrinfo->get('vendaddr_code', $row['CODE'])){
                 continue;