feat: also include customer
This commit is contained in:
parent
83bf72e0a3
commit
13ad7a4bf1
1 changed files with 5 additions and 0 deletions
|
|
@ -164,6 +164,11 @@ export class CreditNoteController extends Controller {
|
||||||
quotation: {
|
quotation: {
|
||||||
include: {
|
include: {
|
||||||
registeredBranch: true,
|
registeredBranch: true,
|
||||||
|
customerBranch: {
|
||||||
|
include: {
|
||||||
|
customer: true,
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
requestWork: {
|
requestWork: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue