Ver Fonte

Merge branch 'dev_wf' of wugg/phpstock into version1.5

wufeng há 2 anos atrás
pai
commit
ee2e663954
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      app/admin/controller/Sale.php

+ 1 - 1
app/admin/controller/Sale.php

@@ -4259,7 +4259,7 @@ class Sale extends Base
             if (in_array($v, $temp_res)) $temp[] = $k;
         }
 
-        if (!empty($temp)) return json_show(1003, '不允许处理其他供应商的单子', $temp);
+        if (!empty($temp)) return json_show(1003, '不允许处理已开通账号的供应商的单子', $temp);