Merge branch 'hotfix/Hotfix-1'
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
This commit is contained in:
@@ -579,7 +579,7 @@ public class OrderVerify {
|
||||
|
||||
List<ResocontoPromoDTO> elencoPromo = UtilityDB.executeSimpleQueryDTO(conn, ls_query, ResocontoPromoDTO.class);
|
||||
|
||||
for (ResocontoPromoDTO row : elencoPromo) {
|
||||
for (ResocontoPromoDTO row : UtilityList.isNull(elencoPromo,new ArrayList<>())) {
|
||||
|
||||
//ls_error = "";
|
||||
// ACQUISIZIONE DATI PROMOZIONE
|
||||
|
||||
Reference in New Issue
Block a user