mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 09:38:23 +01:00
Fix: missing object $db
This commit is contained in:
@@ -4132,7 +4132,7 @@ function unichr($unicode , $encoding = 'UTF-8')
|
||||
*/
|
||||
function getCurrencySymbol($currency_code)
|
||||
{
|
||||
global $form;
|
||||
global $db, $form;
|
||||
|
||||
$currency_sign = '';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user