shish 3 лет назад
Родитель
Сommit
bbaf9bc40d
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      app-hd/controllers/PurchaseController.php

+ 2 - 2
app-hd/controllers/PurchaseController.php

@@ -408,9 +408,9 @@ class PurchaseController extends BaseController
         $customId = $info['customId'] ?? 0;
         $custom = CustomClass::getById($customId);
         $customName = $custom['name'] ?? '';
-        $mobile = $custom['mobile'] ?? '';
+        $customMobile = $custom['mobile'] ?? '';
         $info['customName'] = $customName;
-        $info['mobile'] = $mobile;
+        $info['customMobile'] = $customMobile;
         $hasDebtPay = $custom['debt'] ?? 0;
         $book = $info['book'] ?? 0;
         $presell = $info['presell'] ?? 0;