Skip to content

Commit

Permalink
fix: query serial ddt
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoPistorello committed Oct 31, 2024
1 parent fe8e39a commit 438c10a
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 @@ -277,7 +277,7 @@
$query = 'SELECT
*,
`dt_tipiddt_lang`.`title` AS tipo_documento,
`dt_ddt`.`dir`,
`dt_tipiddt`.`dir`,
`dt_ddt`.`numero`,
`dt_ddt`.`numero_esterno`,
`dt_ddt`.`data`
Expand Down

0 comments on commit 438c10a

Please sign in to comment.