feat: also include customer

This commit is contained in:
Methapon2001 2025-01-07 17:07:55 +07:00
parent 83bf72e0a3
commit 13ad7a4bf1

View file

@ -164,6 +164,11 @@ export class CreditNoteController extends Controller {
quotation: {
include: {
registeredBranch: true,
customerBranch: {
include: {
customer: true,
},
},
},
},
requestWork: {