Skip to content

Commit

Permalink
fix: query ordini collegati ad articolo
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoPistorello committed Jan 22, 2025
1 parent 3a6988c commit ec1a955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/articoli/plugins/articoli.lotti.php
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@
$query = 'SELECT
*,
`or_tipiordine_lang`.`title` AS tipo_ordine,
`or_ordini`.`dir`,
`or_tipiordine`.`dir`,
`or_ordini`.`numero`,
`or_ordini`.`numero_esterno`,
`or_ordini`.`data`
Expand Down

0 comments on commit ec1a955

Please sign in to comment.