From 95ef8de6a62db0ec1986c14effa45c3261833fd1 Mon Sep 17 00:00:00 2001 From: Methapon Metanipat Date: Tue, 26 Nov 2024 13:56:51 +0700 Subject: [PATCH] feat: quotation by id order installments --- src/controllers/05-quotation-controller.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/controllers/05-quotation-controller.ts b/src/controllers/05-quotation-controller.ts index c65393f..74e2f31 100644 --- a/src/controllers/05-quotation-controller.ts +++ b/src/controllers/05-quotation-controller.ts @@ -300,6 +300,7 @@ export class QuotationController extends Controller { }, paySplit: { include: { invoice: true }, + orderBy: { no: "asc" }, }, createdBy: true, updatedBy: true,