11
This commit is contained in:
@@ -170,7 +170,7 @@ namespace FineUIPro.Web.WeldMat.Stock
|
||||
if (drpUnit.SelectedValue != Const._Null)
|
||||
{
|
||||
drpUnitStore.Items.Clear();
|
||||
BLL.UnitStoreService.InitUnitStoreDropDownList(drpUnitStore, drpUnit.SelectedValue, true);
|
||||
BLL.UnitStoreService.InitUnitStoreAll(drpUnitStore, drpUnit.SelectedValue, true);
|
||||
drpUnitStore.SelectedValue = Const._Null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user