This commit is contained in:
2021-01-04 20:22:13 +00:00
parent 69c5c9f386
commit 71a68243bf
2 changed files with 16 additions and 10 deletions

View File

@@ -453,12 +453,6 @@ export default {
return "$ayiStamp";
case window.$gz.type.WorkOrderTemplateItem:
return "$ayiStamp";
//rights only, not an object
// case window.$gz.type.GlobalOps:
// return "$XXXXXXXXXXXXXXX";
//this is actually not anything right now, maybe deprecated?
// case window.$gz.type.BizMetrics:
// return "$XXXXXXXXXXXXXXX";
case window.$gz.type.Backup:
return "$ayiFileArchive";
case window.$gz.type.Notification:
@@ -481,6 +475,17 @@ export default {
return "$ayiTachometer";
case window.$gz.type.CustomerNote:
return "$ayiClipboard";
case window.$gz.type.Memo:
return "$ayiInbox";
case window.$gz.type.Review:
return "$ayiCalendarCheck";
case window.$gz.type.ServiceRate:
return "$ayiCalculator";
case window.$gz.type.TravelRate:
return "$ayiCalculator";
case window.$gz.type.TaxCode:
return "$ayiPercent";
//scroll icon is good one for something
default:
return null;