shish 2 лет назад
Родитель
Сommit
4253c40925
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      biz-hd/purchase/classes/PurchaseItemClass.php

+ 1 - 1
biz-hd/purchase/classes/PurchaseItemClass.php

@@ -32,7 +32,7 @@ class PurchaseItemClass extends BaseClass
         }
         $pfShopId = $shop->pfShopId ?? 0;
         if (!empty($pfShopId)) {
-            util::fail('客户有批发店,不能直接发起赠送');
+            util::fail('客户有批发店,不能直接赠送');
         }
         $sjId = $cg->sjId ?? 0;
         $mainId = $cg->mainId ?? 0;