aaa
This commit is contained in:
@@ -96,8 +96,8 @@ class ProductUpdateQta extends Command
|
||||
$inprevendita = isArticleInPrevendita($stock->Codice, false);
|
||||
$inprevendita_qtaneg = isArticleInPrevendita($stock->Codice, true);
|
||||
$qtyinstock = intval($productsku['stock_quantity']);
|
||||
if (isset($productsku['title'])) {
|
||||
$titolo = $productsku['title'];
|
||||
if (isset($productsku['name'])) {
|
||||
$titolo = $productsku['name'];
|
||||
} else {
|
||||
$titolo = '';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user