fix comment propname

This commit is contained in:
2025-11-11 23:47:13 +03:00
parent a0f7923f88
commit 114bae9880

View File

@@ -71,6 +71,7 @@ export default function useOrder() {
qty: i.quantity,
extras: i.extras || [],
extrasgroup: i.extrasgroup || [],
order_item_comment: i.comment || "",
})),
office_no: officeDetails?.officeNo || "",
vatvalue: 0,