mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 08:17:18 +08:00
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:
parent
6a514b8772
commit
40f82927a3
1 changed files with 1 additions and 0 deletions
|
@ -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>";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue