gorden 7 hónapja
szülő
commit
81324b3b2a
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      app/admin/controller/order/RefundController.php

+ 1 - 0
app/admin/controller/order/RefundController.php

@@ -507,6 +507,7 @@ class RefundController extends Curd
             ];
 
             $order->order_discount_json = json_encode($orderDiscountJson, JSON_UNESCAPED_UNICODE);
+            $order->order_is_complete = 'R';
 //            $order->order_amount_pay = $order->order_amount_pay - $amount;
             $order->save();
         } catch (\Exception $e) {