Remove template variable from printRemainingTickets in the EMS.

This commit is contained in:
Colin Kuskie 2009-10-30 15:58:43 -07:00
parent e74b689ac2
commit 058704d027
3 changed files with 0 additions and 4 deletions

View file

@ -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

View file

@ -244,7 +244,6 @@ our $HELP = {
{ 'name' => 'price'},
{ 'name' => 'relatedRibbons'},
{ 'name' => 'relatedBadgeGroups'},
{ 'name' => 'eventMetaData'},
{ 'name' => 'title'},
{ 'name' => 'menuTitle'},
{ 'name' => 'url'},