feat: #3612784 yoyaku_ticket_placement: show the venue (Where:) on placed tickets
Adds a Where row naming the venue to each placed ticket, next to the existing Place row, so a booker knows where to attend.
- The
yoyaku_ticket_placementbridge now appends avenueTicketMetaRow(label "Where:", value the venue name fromPlaceInterface::getVenue()) as well as theplacerow, via the samehook_yoyaku_ticket_units_alterseam. - Venue is a placement concept (the
yoyaku_venueentity and the resourcevenuefield), so it stays in the bridge; the ticket module remains venue-agnostic and renders both rows generically (withticket__row--venue/ticket__row--placeclasses).
Covered by TicketPlacementTest (placed tickets carry both venue and place; unplaced carry neither).