aggiunto bottone "Aggiorna Articolo da GM".

This commit is contained in:
paoloar77
2024-06-17 14:41:58 +02:00
parent f14ca4a031
commit 25c1b0ebb9
5 changed files with 1088 additions and 980 deletions

View File

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