Finish FixSavePreventivo
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:
@@ -338,7 +338,7 @@ public class CrmService {
|
||||
);
|
||||
HashMap<String, Object> ordineImportato = UtilityDB.executeSimpleQueryOnlyFirstRow(conn, sql);
|
||||
|
||||
if ((ordineImportato != null || ordineImportato.get("activity_id") != null) && completeOrder.getActivityId() == null)
|
||||
if (completeOrder.getActivityId() == null && ordineImportato != null && ordineImportato.get("activity_id") != null)
|
||||
completeOrder.setActivityId(ordineImportato.get("activity_id").toString());
|
||||
|
||||
if ("S".equals(ordineImportato.get("flag_elaborato").toString()))
|
||||
|
||||
Reference in New Issue
Block a user