|
@@ -5573,7 +5573,7 @@ namespace Business.Replenishment
|
|
|
List<string> numbers = pretreatments.Select(s => s.item_number).ToList();
|
|
List<string> numbers = pretreatments.Select(s => s.item_number).ToList();
|
|
|
var locationRange = _configurationItem.Select(x => x.FldName == "MRPLocationRange" && x.Domain == factoryId.ToString()).FirstOrDefault();
|
|
var locationRange = _configurationItem.Select(x => x.FldName == "MRPLocationRange" && x.Domain == factoryId.ToString()).FirstOrDefault();
|
|
|
|
|
|
|
|
- List<string> locationList = new List<string> { "1001","5007","5008","8000", "8001" };
|
|
|
|
|
|
|
+ List<string> locationList = new List<string> { "1000", "1001", "5008", "8000", "8001" };
|
|
|
if (locationRange != null && locationRange.Val != null)
|
|
if (locationRange != null && locationRange.Val != null)
|
|
|
{
|
|
{
|
|
|
locationList = locationRange.Val.SplitToArray(",").ToList();
|
|
locationList = locationRange.Val.SplitToArray(",").ToList();
|