feat: also return installment no

This commit is contained in:
Methapon2001 2024-11-29 16:42:33 +07:00
parent 4d3f75b88d
commit ea337bd364

View file

@ -132,6 +132,7 @@ export class RequestDataController extends Controller {
customerBranch: { include: { customer: true } },
invoice: {
include: {
installments: true,
payment: true,
},
},