shish 2 éve
szülő
commit
ade1d25c32
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      app-hd/controllers/PurchaseController.php

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

@@ -256,7 +256,7 @@ class PurchaseController extends BaseController
                     }
                     }
                     $currentName = $currentInfo['name'] ?? '';
                     $currentName = $currentInfo['name'] ?? '';
                     if (isset($currentInfo['frontHide']) && $currentInfo['frontHide'] == 1) {
                     if (isset($currentInfo['frontHide']) && $currentInfo['frontHide'] == 1) {
-                        util::fail($currentName . '没有库存请删除');
+                        util::fail($currentName . '没有库存请删除');
                     }
                     }
                     $presell = $currentInfo['presell'] ?? 0;
                     $presell = $currentInfo['presell'] ?? 0;
                     $presellData[] = $presell;
                     $presellData[] = $presell;