APP TIER : /trunk/WORKTERRAweb/App/ControllerAppTier/ControllerAppTier/BenAdminControllerAppTier.cs Added case for CloneBenefitTypeFromCompanyToCompany in SaveAndGetData /trunk/WORKTERRAweb/App/BusinessLogic/Benefits/BenefitType.vb Added business logic to clone benefit type with given details Call to OES_SP_CloneBenefitTypeFromCompanyToCompany DATABASE : /trunk/WORKTERRAweb/Database Objects/MasterCompanyDB/04_Stored Procedures/dbo.OES_SP_CloneBenefitTypeFromCompanyToCompany.StoredProcedure.sql SP to clone benefit type with given details /trunk/WORKTERRAweb/Database Objects/OnlineEnrollment/07_Data/405_ST_345_WTB_Enrollment_NewData_PageLeaveAccess.sql Page level access data for newly added methods in controller SHARED LIBRARY: /trunk/WORKTERRAweb/Shared Library/SharedFunction/SharedFunction/BenAdminSharedFunction.cs Added object type (i.e. CloneBenefitTypeFromCompanyToCompany) WEB TIER: /trunk/WORKTERRAweb/Web/Web Projects/BenAdmin/Areas/Customization/Views/Customization/BenefitType/_BenefitTypeCompanyPV.cshtml Added clone buttons for 'Clone to Itself' and 'Clone to Company' /trunk/WORKTERRAweb/Web/Web Projects/BenAdmin/Areas/Customization/Views/Customization/BenefitType/_CloneBenefitTypePV.cshtml Added new partial view to get inputs for benefit type clonning /trunk/WORKTERRAweb/Web/Web Projects/BenAdmin/Areas/Customization/Models/BenefitType/BenefitTypeModel.cs Added method to fetch company list and method to clone benefit type with given details /trunk/WORKTERRAweb/Web/Web Projects/BenAdmin/Areas/Customization/Controllers/BenefitType/BenefitTypeController.cs Added method to fetch company list and method to clone benefit type with given details /trunk/WORKTERRAweb/Web/Web Projects/BenAdmin/BenAdmin.csproj Added partial view