dever hace 3 años
padre
commit
d172708848
Se han modificado 2 ficheros con 2 adiciones y 1 borrados
  1. 1 0
      app/shop/database/sell_order.php
  2. 1 1
      app/shop/lib/Sell.php

+ 1 - 0
app/shop/database/sell_order.php

@@ -74,6 +74,7 @@ return array
     'lang' => '销售订单',
     'order' => 100,
     'status' => $status,
+    'status_manage' => $status_manage,
     'pay_method' => $pay_method,
     'pay_type' => $pay_type,
     'method' => $method,

+ 1 - 1
app/shop/lib/Sell.php

@@ -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));