shish %!s(int64=2) %!d(string=hai) anos
pai
achega
ef548e4f36
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app-ghs/controllers/PurchaseOrderController.php

+ 1 - 1
app-ghs/controllers/PurchaseOrderController.php

@@ -593,7 +593,7 @@ class PurchaseOrderController extends BaseController
             }
             $list = array_values($list);
         }
-        util::serverIp(['list' => $list]);
+        util::success(['list' => $list]);
     }
 
 }