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

This commit is contained in:
2025-02-18 13:21:44 +01:00

View File

@@ -124,7 +124,7 @@ public class WMSAccettazioneBollaService {
" ( mtb_grup.tipo_mgrp is null or mtb_grup.tipo_mgrp <> 'FTT') \n";
if (excludeKg) {
sql += " AND mtb_unt_mis.flag_unita_kg = 'S' \n";
sql += " AND ISNULL(mtb_unt_mis.flag_unita_kg, '') <> 'S' \n";
}
sql += " group by Wdtb_docr.num_doc,\n" +