This commit is contained in:
2020-12-16 15:37:49 +00:00
parent 51567df61a
commit 4068e55358
2 changed files with 59 additions and 1 deletions

View File

@@ -24,8 +24,10 @@ namespace AyaNova.PickList
return new WidgetPickList() as IAyaPickList;
case AyaType.User:
return new UserPickList() as IAyaPickList;
case AyaType.Vendor:
case AyaType.Vendor:
return new VendorPickList() as IAyaPickList;
case AyaType.Project:
return new ProjectPickList() as IAyaPickList;
case AyaType.WorkOrderTemplate:
return new WorkOrderTemplatePickList() as IAyaPickList;
default: