This commit is contained in:
@@ -104,7 +104,8 @@ export default {
|
||||
PartInventory: 67,
|
||||
DataListColumnView: 68,
|
||||
PartInventoryRestock: 69, //for list only, synthetic object
|
||||
PartInventoryRequest: 70 //for list only not, synthetic object
|
||||
PartInventoryRequest: 70, //for list only not, synthetic object
|
||||
WorkOrderStatus: 71
|
||||
};
|
||||
/**
|
||||
*
|
||||
|
||||
@@ -489,6 +489,8 @@ export default {
|
||||
return "$ayiCalculator";
|
||||
case window.$gz.type.TaxCode:
|
||||
return "$ayiPercent";
|
||||
case window.$gz.type.WorkOrderStatus:
|
||||
return "$ayiFlag";
|
||||
|
||||
//scroll icon is good one for something
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user