Merge branch 'develop' into feature/JDK11
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good

This commit is contained in:
jenkins
2025-07-03 11:18:06 +02:00

View File

@@ -109,7 +109,7 @@ public class ScadenzeExporterService {
" ctb_movt.data_cmov AS 'data_valuta',\n" +
" '' AS 'banca',\n" +
" '' AS 'rbn',\n" +
" 'N' AS 'bloccata',\n" +
" '' AS 'bloccata',\n" +
" IIF(ctb_movr.tipo_anag = 'F', '0201', '0101') AS 'voce',\n" +
" IIF(len(diacod) > 0, diacod, ctb_movr.cod_ccon + ctb_movr.cod_anag) AS 'piano_dei_conti',\n" +
" gtb_anag.rag_soc AS 'descrizione',\n" +