dever 3 yıl önce
ebeveyn
işleme
7756cd4f5d
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      app/shop/lib/Refund.php

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

@@ -289,7 +289,7 @@ class Refund
                 $update['operdate'] = time();
                 if (isset($order['ps_cash']) && $order['ps_cash'] > 0 && $order['status'] < 3) {
                     # 配送费退掉
-                    $update['ps_cash'] = 0;
+                    //$update['ps_cash'] = 0;
                 }
                 $update['status'] = 8;
                 $state = Dever::db($this->order_table)->update($update);