buli
2023-07-14 e6068da47c1bef5517c9e5fdc8c726766867ad4e
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;
        }
    }
}
}