feat: response customer along with receipt

This commit is contained in:
Methapon2001 2025-01-15 09:07:00 +07:00
parent 129c3d5737
commit 527de34377

View file

@ -38,7 +38,13 @@ export class ReceiptController extends Controller {
invoice: {
include: {
installments: true,
quotation: true,
quotation: {
include: {
customerBranch: {
include: { customer: true },
},
},
},
createdBy: true,
},
},