feat: add master prop to order by creating

This commit is contained in:
RustamRu 2025-01-26 18:05:00 +03:00
parent 1881aa9cf2
commit b3d4aa3c86

View File

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