A placed booking's ticket does not show its seat. The ticket builder exposes hook_yoyaku_ticket_units_alter and the ticket template renders a meta.place row, but nothing fills it: no module implements the hook, so a ticket for a seated event omits its seat.

Add a yoyaku_ticket_placement bridge submodule (like yoyaku_ticket_orchestra), depending on yoyaku_ticket and yoyaku_placement, that implements the alter to add each placed booking's seat label to its ticket unit's meta. Neither yoyaku_ticket nor yoyaku_placement gains a dependency on the other; the bridge references both.

The label is the place's section and printed number, for example "Parterre - L15", matching the cart.

Issue fork yoyaku-3612723

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

mably created an issue. See original summary.

mably’s picture

Status: Active » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

mably’s picture

Status: Fixed » Needs review

  • mably committed 8cbf5ef3 on 1.x
    feat: #3612723 yoyaku_ticket_placement: show the seat on placed-event...
mably’s picture

Status: Needs review » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.