force-app/main/default/classes/LexCancelRemoveBoxController.cls
@@ -713,6 +713,7 @@ } } @TestVisible class ConsumableorderdetailsInfo implements Comparable { public Consumable_order_details2__c esd { get; set; } public Product2__c Prod { get; set; } @@ -761,4 +762,4 @@ return null; } } } }