WOW fix a bad bug!!
This commit is contained in:
parent
59bf4f09dc
commit
8d322f56ef
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue