|
@@ -973,7 +973,7 @@ class Sell
|
|
|
$tk_status = Dever::db('shop/sell_order_refund')->config['status'];
|
|
|
$tk_process = Dever::db('shop/sell_order_refund')->config['process'];
|
|
|
|
|
|
- $status = $config['status'][$info['status']];
|
|
|
+ $status = $config['status_manage'][$info['status']];
|
|
|
|
|
|
$tk = Dever::db('shop/sell_order_refund')->find(array('order_id' => $info['id'], 'type' => 1));
|
|
|
|