diff --git a/DSWeb/Areas/CommMng/DAL/BasicDataRefDAL.cs b/DSWeb/Areas/CommMng/DAL/BasicDataRefDAL.cs index 77c36b1e..4616af01 100644 --- a/DSWeb/Areas/CommMng/DAL/BasicDataRefDAL.cs +++ b/DSWeb/Areas/CommMng/DAL/BasicDataRefDAL.cs @@ -6464,7 +6464,7 @@ namespace DSWeb.Areas.CommMng.DAL bi.cntrTotal = head.CNTRTOTAL; - bi.carrierId = "CMA"; //head.CARRIER; + bi.carrierId = head.CARRIER; bi.carrier = head.CARRIER; bi.cargoId = head.CARGOID;