MED-102: improve tto orders view

MED-102
This commit is contained in:
danelkungla
2025-09-26 16:39:29 +03:00
committed by GitHub
14 changed files with 111 additions and 78 deletions

View File

@@ -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,