This commit is contained in:
2020-08-13 22:22:49 +00:00
parent 8f25136d0f
commit a563573510
2 changed files with 3 additions and 1 deletions

View File

@@ -33,6 +33,8 @@ namespace AyaNova.Biz
return "-";
case AyaType.Global:
return "Global";
case AyaType.Backup:
return "-";
case AyaType.GlobalOps:
return "GlobalOps";
case AyaType.FileAttachment: