Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! [ADD] portal_event_tickets
Browse files Browse the repository at this point in the history
  • Loading branch information
em230418 committed Oct 14, 2024
1 parent 63acc77 commit 540c3cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion portal_event_tickets/controllers/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ def ticket_transfer_receive(self, transfer_ticket=None, **kw):
values = self._prepare_portal_layout_values()
if request.httprequest.method == "GET":
tickets = WebsiteEventController()._process_tickets_form(
ticket.event_id, {f"nb_register-{ticket.event_ticket_id.id}": 1}
ticket.event_id, {f"nb_register-{ticket.event_ticket_id.id or 0}": 1}
)
values.update(
{
Expand Down

0 comments on commit 540c3cc

Please sign in to comment.