feat: add master prop to order by creating
This commit is contained in:
parent
0c3cd7f475
commit
b4c741e9a1
@ -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(),
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user