feat: order installments by no

This commit is contained in:
Methapon Metanipat 2024-11-26 13:53:57 +07:00
parent 2dce148458
commit 186da30d44

View file

@ -231,7 +231,9 @@ export class QuotationController extends Controller {
invoice: { invoice: {
include: { payment: true }, include: { payment: true },
}, },
paySplit: true, paySplit: {
orderBy: { no: "asc" },
},
createdBy: true, createdBy: true,
updatedBy: true, updatedBy: true,
}, },