shish 3 years ago
parent
commit
bbaf9bc40d
1 changed files with 2 additions and 2 deletions
  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;