IO-1485 Auto CC on parts order.

This commit is contained in:
Patrick Fic
2021-11-22 15:39:12 -08:00
parent 0c26b90591
commit b462b2fa03
13 changed files with 64 additions and 5 deletions

View File

@@ -176,7 +176,7 @@ export function ScheduleEventComponent({
t("appointments.labels.reminder", {
shopname: bodyshop.shopname,
date: moment(event.start).format("MM/DD/YYYY"),
time: moment(event.start).format("HH:MM a"),
time: moment(event.start).format("HH:mm a"),
})
);
setVisible(false);