haru haru hace 3 años
padre
commit
7d045d10c4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      admin/control/refill_order_manual.php

+ 1 - 1
admin/control/refill_order_manual.php

@@ -153,7 +153,7 @@ class refill_order_manualControl extends SystemControl
                     unset($mch_orderData[$key]);
                 }
                 $order_list[$order_id]['card_type_text'] = $this->scard_type($order['card_type']);
-                $order_list[$order_id]['company_name'] = $merchants[$value['mchid']]['company_name'];
+                $order_list[$order_id]['company_name'] = $merchants[$order['mchid']]['company_name'];
                 if ($order['notify_time'] > 0) {
                     $diff_time = $order['notify_time'] - $order['order_time'];
                 } else {