Aggiunta ricerca articoli per barcode in supersearch

This commit is contained in:
loviuz 2020-05-06 19:25:31 +02:00
parent e7d86a1ce1
commit d5b309b8c1
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ $link_id = Modules::get('Articoli')['id'];
$fields = [
'Codice' => 'codice',
'Barcode' => 'barcode',
'Descrizione' => 'descrizione',
'Categoria' => '(SELECT nome FROM mg_categorie WHERE mg_categorie.id = mg_articoli.id_categoria)',
'Subcategoria' => '(SELECT nome FROM mg_categorie WHERE mg_categorie.id = mg_articoli.id_sottocategoria)',