Modified render styles to improve printability
This commit is contained in:
@@ -4,6 +4,14 @@ export const EmailSettings = {
|
||||
};
|
||||
|
||||
export const TemplateList = {
|
||||
//Verified Completed items
|
||||
estimate_detail: {
|
||||
title: "Estimate Detail",
|
||||
description: "Est Detail",
|
||||
drivingId: "job",
|
||||
key: "estimate_detail",
|
||||
},
|
||||
//Non Completed Items
|
||||
appointment_reminder: {
|
||||
title: "Appointment Reminder",
|
||||
description: "Sent to a customer as a reminder of an upcoming appointment.",
|
||||
@@ -23,12 +31,7 @@ export const TemplateList = {
|
||||
drivingId: "partsorder",
|
||||
key: "parts_order_confirmation",
|
||||
},
|
||||
estimate_detail: {
|
||||
title: "Estimate Detail Lines",
|
||||
description: "Est Detail",
|
||||
drivingId: "job",
|
||||
key: "estimate_detail",
|
||||
},
|
||||
|
||||
cover_sheet_landscape: {
|
||||
title: "Cover Sheet - Landscape",
|
||||
description: "Cover sheet landscape",
|
||||
|
||||
Reference in New Issue
Block a user