diff --git a/src/controllers/05-quotation-controller.ts b/src/controllers/05-quotation-controller.ts index 85da40b..ecc7297 100644 --- a/src/controllers/05-quotation-controller.ts +++ b/src/controllers/05-quotation-controller.ts @@ -192,6 +192,7 @@ export class QuotationController extends Controller { service: true, }, }, + paySplit: true, }, }), prisma.quotation.count({ where }), @@ -218,6 +219,7 @@ export class QuotationController extends Controller { service: true, }, }, + paySplit: true, }, where: { id: quotationId }, });