aggiunto bottone "Aggiorna Articolo da GM".
This commit is contained in:
@@ -6185,6 +6185,8 @@ Route::get('/handle-article-action-pao/{id}/{action}', function ($id, $action) {
|
||||
if ($action == 'search') {
|
||||
// Logica di ricerca dell'articolo
|
||||
return loadArticleByIdArticle($id);
|
||||
} elseif ($action == 'updateArtFromGM') {
|
||||
return updateArticoloFromGM($id);
|
||||
} elseif ($action == 'inprevendita') {
|
||||
return libriInPrevendita();
|
||||
} elseif ($action == 'showOrdini') {
|
||||
|
||||
Reference in New Issue
Block a user