cqp hai 2 meses
pai
achega
74b4beaa02
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Service/U8XkyServerService.php

+ 1 - 1
app/Service/U8XkyServerService.php

@@ -99,7 +99,7 @@ class U8XkyServerService extends Service
     }
 
     public function inventoryEdit($data, $user){
-        list($status, $msg) = $this->inventoryRule($data, $user);
+        list($status, $msg) = $this->inventoryRule($data, $user, false);
         if(! $status) return [false, $msg];
 
         try {