mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix: missing object $db
This commit is contained in:
parent
ee86da0e1e
commit
d07ff6ec11
|
|
@ -4132,7 +4132,7 @@ function unichr($unicode , $encoding = 'UTF-8')
|
|||
*/
|
||||
function getCurrencySymbol($currency_code)
|
||||
{
|
||||
global $form;
|
||||
global $db, $form;
|
||||
|
||||
$currency_sign = '';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user