diff --git a/src/controllers/05-quotation-controller.ts b/src/controllers/05-quotation-controller.ts index 3f27708..fa35e1c 100644 --- a/src/controllers/05-quotation-controller.ts +++ b/src/controllers/05-quotation-controller.ts @@ -228,6 +228,9 @@ export class QuotationController extends Controller { }, }, }, + invoice: { + include: { payment: true }, + }, paySplit: true, createdBy: true, updatedBy: true,