This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user