shish il y a 1 an
Parent
commit
08e53813a0
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      biz-ghs/custom/classes/CustomClass.php

+ 1 - 1
biz-ghs/custom/classes/CustomClass.php

@@ -500,7 +500,7 @@ class CustomClass extends BaseClass
             'mainId' => $order->mainId,
         ];
         CustomDebtChangeClass::addChange($change);
-print_r($order->attributes);die;
+
         $mainId = $order->mainId ?? 0;
         $main = MainClass::getLockById($mainId);
         if (empty($main)) {