force-app/main/default/classes/LexConInvoiceViewController.cls
@@ -1175,9 +1175,9 @@ FROM Consumable_Orderdetails__c WHERE Consumable_order__c IN :orderIdList ]; for (Integer i = 0; i < existLinkinfo.size(); i++) { ordermx1defaultMap.put(existLinkinfo[i].Consumable_order__c + existLinkinfo[i].Asset_Model_No__c, 0); } // for (Integer i = 0; i < existLinkinfo.size(); i++) { // ordermx1defaultMap.put(existLinkinfo[i].Consumable_order__c + existLinkinfo[i].Asset_Model_No__c, 0); // } } public static void deleteOutboundorder(Map<String, String> deleteMap, String value) {