From add973f1ff1d351a2d6f5a0ec6380b4c0f95d479 Mon Sep 17 00:00:00 2001 From: Ahmed Ejaz Date: Tue, 1 Oct 2024 03:37:11 +0500 Subject: [PATCH] 12776: add new line --- app/views/admin/reports/filters/_suppliers.html.haml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/admin/reports/filters/_suppliers.html.haml b/app/views/admin/reports/filters/_suppliers.html.haml index 1c10ffd6ce..14310787d4 100644 --- a/app/views/admin/reports/filters/_suppliers.html.haml +++ b/app/views/admin/reports/filters/_suppliers.html.haml @@ -11,4 +11,5 @@ .row .alpha.two.columns= label_tag nil, t(:report_customers_cycle) .omega.fourteen.columns - = f.select(:order_cycle_id_in, report_order_cycle_options(@data.order_cycles), {selected: params.dig(:q, :order_cycle_id_in)}, {class: "select2 fullwidth", multiple: true}) \ No newline at end of file + = f.select(:order_cycle_id_in, report_order_cycle_options(@data.order_cycles), {selected: params.dig(:q, :order_cycle_id_in)}, {class: "select2 fullwidth", multiple: true}) + \ No newline at end of file