feat: also response quotation relation in credit note
This commit is contained in:
parent
c2a592bf19
commit
8533c49a27
1 changed files with 1 additions and 0 deletions
|
|
@ -162,6 +162,7 @@ export class CreditNoteController extends Controller {
|
|||
prisma.creditNote.findMany({
|
||||
where,
|
||||
include: {
|
||||
quotation: true,
|
||||
requestWork: {
|
||||
include: { request: true },
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue