feat: also return installment no
This commit is contained in:
parent
4d3f75b88d
commit
ea337bd364
1 changed files with 1 additions and 0 deletions
|
|
@ -132,6 +132,7 @@ export class RequestDataController extends Controller {
|
||||||
customerBranch: { include: { customer: true } },
|
customerBranch: { include: { customer: true } },
|
||||||
invoice: {
|
invoice: {
|
||||||
include: {
|
include: {
|
||||||
|
installments: true,
|
||||||
payment: true,
|
payment: true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue