Merge tag 'Hotfix-1' into develop
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good

Finish Hotfix-1
This commit is contained in:
2025-01-22 15:02:00 +01:00

View File

@@ -49,7 +49,7 @@ public class AutofatturaService {
String sql =
Query.format(
"SELECT cod_anag, cod_dtip, data_doc, ser_doc, num_doc " +
"SELECT cod_anag, dtb_doct.cod_dtip, data_doc, ser_doc, num_doc " +
"FROM dtb_doct INNER JOIN dtb_tipi ON dtb_doct.cod_dtip = dtb_tipi.cod_dtip " +
"WHERE num_cmov = %s AND " +
"dtb_tipi.gestione = 'V' AND " +