username@email.com
2024-12-20 ebd639c929bd5c05859b6b414787e3440cdcd4bc
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;