fix: error
This commit is contained in:
parent
2765aac661
commit
6faf4694e2
1 changed files with 1 additions and 1 deletions
|
|
@ -593,7 +593,7 @@ export class QuotationController extends Controller {
|
||||||
createMany: {
|
createMany: {
|
||||||
data: (rest.paySplit || []).map((v, i) => ({
|
data: (rest.paySplit || []).map((v, i) => ({
|
||||||
no: i + 1,
|
no: i + 1,
|
||||||
date: v,
|
...v,
|
||||||
})),
|
})),
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue