@ -467,7 +467,7 @@ struct Purchase {
id: String,
items: Vec<LineItem>,
state: PurchaseState,
purchased_by: Person,
purchased_by: Option<Person>,
purchased_at: Option<chrono::DateTime>,
fulfilled_by: Option<Person>,
fulfilled_at: Option<chrono::DateTime>,
The note is not visible to the blocked user.