Fix: missing object $db

This commit is contained in:
Regis Houssin 2012-03-09 08:28:30 +01:00
parent 0e0f8a3864
commit 99c177df46

View File

@ -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 = '';