Undoing this change, shouldn't be on this branch

This commit is contained in:
Lynne Davis
2016-06-20 15:21:34 +01:00
parent 98548e15c5
commit 99d22649a2

View File

@@ -14,7 +14,7 @@ class ProducerMailer < Spree::BaseMailer
if has_orders? order_cycle, producer
mail(to: @producer.email,
from: @coordinator.email,
from: from_address,
subject: subject,
reply_to: @coordinator.email,
cc: @coordinator.email)