This commit is contained in:
paoloar77
2024-05-21 01:22:23 +02:00
parent e44cec7aa3
commit 3153c155f8
2 changed files with 6 additions and 1 deletions

View File

@@ -6156,6 +6156,8 @@ Route::get('/handle-article-action-pao/{id}/{action}', function ($id, $action) {
} elseif ($action == 'inprevendita') {
return libriInPrevendita();
} elseif ($action == 'setPreOrder') {
setPreOrder($id, true, true);
} elseif ($action == 'checkPrevendita') {
// Logica per verificare se l'articolo è in preordine
$inprevendita = isArticleInPrevendita($id);