shish 2 lat temu
rodzic
commit
d5aa604476
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app-hd/controllers/CgRefundController.php

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

@@ -65,7 +65,7 @@ class CgRefundController extends BaseController
         $ghsShopId = $ghs->shopId ?? 0;
         $ghsShopId = $ghs->shopId ?? 0;
         $ghsShop = ShopClass::getById($ghsShopId, true);
         $ghsShop = ShopClass::getById($ghsShopId, true);
         if (isset($ghsShop->afterSale) && $ghsShop->afterSale == 0) {
         if (isset($ghsShop->afterSale) && $ghsShop->afterSale == 0) {
-            util::fail('申请售后功能未开通');
+            util::fail('售后功能未开通');
         }
         }
         if ($cg->status == PurchaseClass::STATUS_UN_PAY) {
         if ($cg->status == PurchaseClass::STATUS_UN_PAY) {
             util::fail("待付款订单,不能申请售后");
             util::fail("待付款订单,不能申请售后");