WOW fix a bad bug!!

This commit is contained in:
Michael Ball 2020-07-06 00:58:59 -07:00
parent 59bf4f09dc
commit 8d322f56ef

View file

@ -25,7 +25,7 @@ class Mailbot < ActionMailer::Base
end end
template_name = 'ticket_confirmation_template' template_name = 'ticket_confirmation_template'
if @ticket_purchase.ticket_id = YTLF_TICKET_ID if @ticket_purchase.ticket_id == YTLF_TICKET_ID
template_name = 'young_thinkers_ticket_confirmation_template' template_name = 'young_thinkers_ticket_confirmation_template'
end end