aggiornamento qta

This commit is contained in:
paoloar77
2024-06-15 21:29:12 +02:00
parent 34aa2b26ef
commit f14ca4a031
4 changed files with 40 additions and 26 deletions

View File

@@ -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 {