aggiornamento qta
This commit is contained in:
@@ -6195,7 +6195,7 @@ Route::get('/handle-article-action-pao/{id}/{action}', function ($id, $action) {
|
||||
setPreOrder($id, "1", true);
|
||||
} elseif ($action == 'checkPrevendita') {
|
||||
// Logica per verificare se l'articolo è in preordine
|
||||
$inprevendita = isArticleInPrevendita($id);
|
||||
$inprevendita = isArticleInPrevendita($id, false);
|
||||
if ($inprevendita) {
|
||||
return "L'articolo è in prevendita";
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user