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,