username@email.com
2025-01-23 ee87c4ceb1a22800f8151db590bc732ca21158c6
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;