MED-102: clean order page for tto orders
This commit is contained in:
@@ -23,16 +23,16 @@ export async function createInitialReservationAction(
|
||||
});
|
||||
|
||||
if (addedItem) {
|
||||
const reservation = await createInitialReservation(
|
||||
const reservation = await createInitialReservation({
|
||||
serviceId,
|
||||
clinicId,
|
||||
appointmentUserId,
|
||||
syncUserId,
|
||||
syncUserID: syncUserId,
|
||||
startTime,
|
||||
addedItem.id,
|
||||
medusaLineItemId: addedItem.id,
|
||||
locationId,
|
||||
comments,
|
||||
);
|
||||
});
|
||||
|
||||
await updateLineItem({
|
||||
lineId: addedItem.id,
|
||||
|
||||
Reference in New Issue
Block a user