Browse Source

Merge branch 'master' of http://s.dev01.dkiboss.com:9001/DK-MES-2.0/IMEX.mes.wcf

姜永辉 11 tháng trước cách đây
mục cha
commit
f2b1e3a157
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      DK.Client/SystemModule/F_MST_0502.cs

+ 1 - 1
DK.Client/SystemModule/F_MST_0502.cs

@@ -710,7 +710,7 @@ namespace Dongke.IBOSS.PRD.Client.SystemModule
 		private int ValidationText()
 		{
 			int ErrorID = 0;
-			if (this.ddlGlazeTypeID.SelectedValue.ToString() == string.Empty)
+			if (this.ddlGlazeTypeID.SelectedValue ==  null)
 			{
 				ErrorID = 7;
 			}