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.
This commit is contained in:
Jorge Luis Sánchez Labastida 2023-09-20 09:48:28 -06:00 committed by GitHub
parent 6a514b8772
commit 40f82927a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 .= '</script>';
$html .= "<table border='0' cellspacing='4' id='lineItems'></table>";