This commit is contained in:
paoloar77
2024-06-15 15:49:11 +02:00
parent c5d22f24ac
commit f903d2c7ad
2 changed files with 6 additions and 7 deletions

View File

@@ -89,7 +89,6 @@ class ProductUpdateQta extends Command
if ($productsku->count() > 0) {
$data1 = [
'stock_quantity' => $stock->QtaDisponibile,
];