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