Remove template variable from printRemainingTickets in the EMS.
This commit is contained in:
parent
e74b689ac2
commit
058704d027
3 changed files with 0 additions and 4 deletions
|
|
@ -1991,7 +1991,6 @@ sub www_printRemainingTickets {
|
|||
EMSTicket.location as ticketLocation,
|
||||
EMSTicket.relatedBadgeGroups,
|
||||
EMSTicket.relatedRibbons,
|
||||
EMSTicket.eventMetaData,
|
||||
(seatsAvailable - (select count(*) from EMSRegistrantTicket where ticketAssetId = asset.assetId)) as seatsRemaining
|
||||
FROM
|
||||
asset
|
||||
|
|
|
|||
|
|
@ -244,7 +244,6 @@ our $HELP = {
|
|||
{ 'name' => 'price'},
|
||||
{ 'name' => 'relatedRibbons'},
|
||||
{ 'name' => 'relatedBadgeGroups'},
|
||||
{ 'name' => 'eventMetaData'},
|
||||
{ 'name' => 'title'},
|
||||
{ 'name' => 'menuTitle'},
|
||||
{ 'name' => 'url'},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue