Skip to content

Commit

Permalink
fix: decrizione articoli su app
Browse files Browse the repository at this point in the history
  • Loading branch information
Bacca1997 committed Nov 5, 2024
1 parent 16a472a commit 26f01f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/API/App/v1/Articoli.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function retrieveRecord($id)
`mg_articoli`.`id` AS id,
`mg_articoli`.`codice`,
`mg_articoli`.`barcode`,
`mg_articoli_lang`.`title`,
`mg_articoli_lang`.`title` AS descrizione,
`mg_articoli`.`prezzo_vendita`,
`mg_articoli`.`prezzo_acquisto`,
`mg_articoli`.`qta`,
Expand Down

0 comments on commit 26f01f8

Please sign in to comment.