CY_ECommercePlatform/CY.WebForm/Pages/procurement/ProcurementADD.aspx.cs
@@ -380,7 +380,7 @@ procurement.FirmId = CurrentUser.MemberId; procurement.GoodsId = this.dwGoodsList.SelectedValue.ToInt32(); procurement.Remark = ""; procurement.Remark = this.txtRemark.Value; procurement.BrandId = this.dwBrand.SelectedValue.ToInt32(); procurement.SpecificationId = this.dwSpecification.SelectedValue.ToInt32(); procurement.PaperWeightId = this.dwPaperWeight.SelectedValue.ToInt32() ?? 0;