ExcelToJson.php
authorEdward <edward@roojs.com>
Mon, 18 Mar 2013 03:31:11 +0000 (11:31 +0800)
committerEdward <edward@roojs.com>
Mon, 18 Mar 2013 03:31:11 +0000 (11:31 +0800)
ExcelToJson.php

index ef44478..9724807 100644 (file)
@@ -96,7 +96,7 @@ class Pman_Core_ExcelToJson extends Pman_Roo
         foreach ($rows['TRANSFER ITEMS'] as $r){
             $itemsite = DB_DataObject::factory('itemsite');
             $itemsite->autoJoin();
-            print_r($itemsite);exit;
+            $itemsite->get('item_number', $r['ITEM CODE']);
         }