Switch warehouse matching to use IDs
This commit is contained in:
@@ -77,7 +77,7 @@ namespace FineUIPro.Web.CLGL
|
||||
}
|
||||
if (drpWarehouse.SelectedValue != Const._Null)
|
||||
{
|
||||
table.WarehouseCode = drpWarehouse.SelectedValue;
|
||||
table.WarehouseId = drpWarehouse.SelectedValue;
|
||||
}
|
||||
|
||||
if (!string.IsNullOrEmpty(tvControlItem.SelectedNodeID))
|
||||
@@ -697,4 +697,4 @@ namespace FineUIPro.Web.CLGL
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user