Update editor.php
This commit is contained in:
parent
cc2f4502fc
commit
9d02ff1ba9
@ -173,7 +173,7 @@ $help_text .= '<br><br>'.$langs->trans("PriceExpressionEditorHelp3");
|
|||||||
$help_text .= '<br><br>'.$langs->trans("PriceExpressionEditorHelp4");
|
$help_text .= '<br><br>'.$langs->trans("PriceExpressionEditorHelp4");
|
||||||
$help_text .= '<br><br>'.$langs->trans("PriceExpressionEditorHelp5");
|
$help_text .= '<br><br>'.$langs->trans("PriceExpressionEditorHelp5");
|
||||||
foreach ($price_globals->listGlobalVariables() as $entry) {
|
foreach ($price_globals->listGlobalVariables() as $entry) {
|
||||||
$help_text .= '<br><b>#globals_'.$entry->code.'#</b> '.$entry->description.' = '.$entry->value;
|
$help_text .= '<br><b>#global_'.$entry->code.'#</b> '.$entry->description.' = '.$entry->value;
|
||||||
}
|
}
|
||||||
|
|
||||||
//Price expression editor
|
//Price expression editor
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user