Finish Hotfix-99
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good

This commit is contained in:
2025-01-22 18:11:02 +01:00

View File

@@ -582,7 +582,8 @@ public class DigitalInvoiceBodyFactory {
" dtb_tipi.segno_qta_scar = -1 and " + " dtb_tipi.segno_qta_scar = -1 and " +
" docNCR.cod_mart is not null and " + " docNCR.cod_mart is not null and " +
" docCompR.cod_mart is not null and " + " docCompR.cod_mart is not null and " +
" tipiComp.tipo_emissione = 'DIRETTA')riep " + " tipiComp.tipo_emissione = 'DIRETTA' and" +
" dtb_ordt.rif_data_ord IS NOT NULL)riep " +
"group by rif_data_ord, " + "group by rif_data_ord, " +
" rif_num_ord, " + " rif_num_ord, " +
" rif_ord "; " rif_ord ";