feat: add master prop to order by creating

This commit is contained in:
RustamRu 2025-01-26 18:05:00 +03:00
parent 0c3cd7f475
commit b4c741e9a1

View File

@ -146,6 +146,7 @@ router.post('/create', async (req, res, next) => {
location: washing.location,
orderNumber: await generateOrderNumber(),
status: orderStatus.PROGRESS,
master: '',
notes: '',
created: new Date().toISOString(),
})