Skip to content
Snippets Groups Projects
Commit d07ff6ec authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: missing object $db

parent ee86da0e
Branches
Tags
No related merge requests found
...@@ -4132,7 +4132,7 @@ function unichr($unicode , $encoding = 'UTF-8') ...@@ -4132,7 +4132,7 @@ function unichr($unicode , $encoding = 'UTF-8')
*/ */
function getCurrencySymbol($currency_code) function getCurrencySymbol($currency_code)
{ {
global $form; global $db, $form;
$currency_sign = ''; $currency_sign = '';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment