|
@@ -1644,7 +1644,8 @@ class Returngoods extends Start_Controller {
|
|
|
}
|
|
|
|
|
|
$this->data['returngoods_id'] = $arg_array[0];
|
|
|
- $info = $this->_getOrderInfo($arg_array[1]);
|
|
|
+ $tmp_info = $this->returngoods->read($arg_array[0]);
|
|
|
+ $info = $this->_getOrderInfo($tmp_info['orderinfo']);
|
|
|
$this->data['info'] = $info;
|
|
|
$customer = $this->_getCustomerInfo($info['email'],$info['shop']);
|
|
|
if(empty($customer)){
|