Browse Source

Update editor.php

Frédéric FRANCE 2 years ago
parent
commit
9d02ff1ba9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      htdocs/product/dynamic_price/editor.php

+ 1 - 1
htdocs/product/dynamic_price/editor.php

@@ -173,7 +173,7 @@ $help_text .= '<br><br>'.$langs->trans("PriceExpressionEditorHelp3");
 $help_text .= '<br><br>'.$langs->trans("PriceExpressionEditorHelp4");
 $help_text .= '<br><br>'.$langs->trans("PriceExpressionEditorHelp5");
 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