fix: CSV export not including item notes (#180)

This commit is contained in:
Oliver Larsson
2024-08-29 01:44:37 +02:00
committed by GitHub
parent f22bce7ccb
commit 593da25cdb

View File

@@ -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,
}
}