Skip to content
Snippets Groups Projects
Commit d6f31d61 authored by Florian Henry's avatar Florian Henry
Browse files

Fix Typhon model $mysoc global is missing

parent bbaa3448
No related branches found
No related tags found
No related merge requests found
......@@ -537,7 +537,7 @@ class pdf_typhon extends ModelePDFDeliveryOrder
*/
function _tableau_info(&$pdf, $object, $posy, $outputlangs)
{
global $conf;
global $conf,$mysoc;
$default_font_size = pdf_getPDFFontSize($outputlangs);
$pdf->SetFont('','', $default_font_size);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment