diff --git a/src/controllers/05-quotation-controller.ts b/src/controllers/05-quotation-controller.ts index 1daf776..90d8e60 100644 --- a/src/controllers/05-quotation-controller.ts +++ b/src/controllers/05-quotation-controller.ts @@ -593,7 +593,7 @@ export class QuotationController extends Controller { createMany: { data: (rest.paySplit || []).map((v, i) => ({ no: i + 1, - date: v, + ...v, })), }, }