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: {
|
||||
include: {
|
||||
registeredBranch: true,
|
||||
customerBranch: {
|
||||
include: {
|
||||
customer: true,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
requestWork: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue