Fix: missing object $db
This commit is contained in:
parent
0e0f8a3864
commit
99c177df46
@ -1291,7 +1291,7 @@ function pdf_getTotalQty($object,$type,$outputlangs,$hookmanager=false)
|
||||
*/
|
||||
function pdf_getCurrencySymbol(&$pdf, $currency_code)
|
||||
{
|
||||
global $form;
|
||||
global $db, $form;
|
||||
|
||||
$currency_sign = '';
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user