mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 17:48:25 +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)
|
function getCurrencySymbol($currency_code)
|
||||||
{
|
{
|
||||||
global $form;
|
global $db, $form;
|
||||||
|
|
||||||
$currency_sign = '';
|
$currency_sign = '';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user