Skip to content

Commit

Permalink
fix: CSV export not including item notes (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
LarssonOliver authored Aug 28, 2024
1 parent f22bce7 commit 593da25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/internal/core/services/reporting/io_sheet.go
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ func (s *IOSheet) ReadItems(ctx context.Context, items []repo.ItemOut, GID uuid.
SoldPrice: item.SoldPrice,
SoldNotes: item.SoldNotes,

Notes: item.Notes,
Fields: customFields,
}
}
Expand Down

0 comments on commit 593da25

Please sign in to comment.