fix: error

This commit is contained in:
Methapon Metanipat 2024-10-03 13:43:05 +07:00
parent 2765aac661
commit 6faf4694e2

View file

@ -593,7 +593,7 @@ export class QuotationController extends Controller {
createMany: {
data: (rest.paySplit || []).map((v, i) => ({
no: i + 1,
date: v,
...v,
})),
},
}