From 4f68311144ed77903b6c14aacf34680030be96e2 Mon Sep 17 00:00:00 2001 From: Ahmed Ejaz Date: Tue, 26 Nov 2024 03:48:47 +0500 Subject: [PATCH] 12993: update the condition to display details --- app/views/producer_mailer/order_cycle_report.text.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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|