Skip to content

Commit

Permalink
Merge pull request #153 from kimthu09/mai
Browse files Browse the repository at this point in the history
Fix: customer when fetching invoice
  • Loading branch information
kimthu09 authored Jan 15, 2024
2 parents 2bf7610 + 85181e4 commit 3b2b2dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/module/invoice/invoicerepo/list_invoice.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func (repo *listInvoiceRepo) ListInvoice(
filter,
[]string{"Invoice.id"},
paging,
"CreatedByUser")
"CreatedByUser", "Customer")

if err != nil {
return nil, err
Expand Down

0 comments on commit 3b2b2dc

Please sign in to comment.