cqp пре 3 недеља
родитељ
комит
74b4beaa02
1 измењених фајлова са 1 додато и 1 уклоњено
  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 {