Updated keys for templates.
This commit is contained in:
@@ -21,5 +21,17 @@ export const TemplateList = (type, object) => {
|
||||
drivingId: "job",
|
||||
key: "estimate_detail",
|
||||
},
|
||||
parts_order_confirmation: {
|
||||
title: i18n.t("printcenter.jobs.parts_order_confirmation"),
|
||||
description: "Parts Order",
|
||||
drivingId: "job",
|
||||
key: "parts_order_confirmation",
|
||||
},
|
||||
parts_return_confirmation: {
|
||||
title: i18n.t("printcenter.jobs.parts_return_confirmation"),
|
||||
description: "Parts Return",
|
||||
drivingId: "job",
|
||||
key: "parts_return_confirmation",
|
||||
},
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user