This commit is contained in:
@@ -28,6 +28,8 @@ namespace AyaNova.PickList
|
||||
return new VendorPickList() as IAyaPickList;
|
||||
case AyaType.Part:
|
||||
return new PartPickList() as IAyaPickList;
|
||||
case AyaType.PartWarehouse:
|
||||
return new PartWarehousePickList() as IAyaPickList;
|
||||
case AyaType.PartAssembly:
|
||||
return new PartAssemblyPickList() as IAyaPickList;
|
||||
case AyaType.Project:
|
||||
|
||||
Reference in New Issue
Block a user