diff --git a/app/views/producer_mailer/order_cycle_report.text.haml b/app/views/producer_mailer/order_cycle_report.text.haml index adf77e8eb8c..8d566a315fe 100644 --- a/app/views/producer_mailer/order_cycle_report.text.haml +++ b/app/views/producer_mailer/order_cycle_report.text.haml @@ -20,7 +20,7 @@ Orders summary \ #{t :total}: #{@total} \ -- if @customer_grouped_line_items +- if @customer_line_items = t :producer_mail_order_customer_text \ - @customer_line_items.each do |line_item|