From 40f82927a380cbb7bbd7c04b8d24c53d56668845 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Luis=20S=C3=A1nchez=20Labastida?= Date: Wed, 20 Sep 2023 09:48:28 -0600 Subject: [PATCH] Fix to display the labels on each column to line items I was fix it to loading and display labels in each column to line items as expected. --- public/legacy/modules/AOS_Products_Quotes/Line_Items.php | 1 + 1 file changed, 1 insertion(+) diff --git a/public/legacy/modules/AOS_Products_Quotes/Line_Items.php b/public/legacy/modules/AOS_Products_Quotes/Line_Items.php index 1994d017c5..21d39b7ed9 100755 --- a/public/legacy/modules/AOS_Products_Quotes/Line_Items.php +++ b/public/legacy/modules/AOS_Products_Quotes/Line_Items.php @@ -40,6 +40,7 @@ function display_lines($focus, $field, $value, $view) $html .= 'var module_sugar_grp1 = "'.$focus->module_dir.'";'; $html .= 'var enable_groups = '.$enable_groups.';'; $html .= 'var total_tax = '.$total_tax.';'; + $html .= "SUGAR.language.setLanguage(module_sugar_grp1, ".json_encode($mod_strings).");"; $html .= ''; $html .= "
";