You are not logged in.
Pages: 1
When I 'Print to pdf' a ticket that contains a 'Assigned to Supplier' the PDF contains the words 'Assigned to (Groups) :' but shows the assigned group rather than the assigned supplier.
I've had a look at the php code but I'm not a programmer and while I can see it doesn't look right pointing to $group I cannot fix it on my own.
if ($job->fields["suppliers_id_assign"]) {
$pdf->displayText('<b><i>'.$LANG['job'][5].' ('.$LANG['financial'][26].')</i></b> : ', implode(', ', $groups), 1);
}
I'm running the latest version of GLPI (GLPI 0.83.9) and PDF Plugin (0.83.3) at 3 different sites and they all have the same issue.
Offline
Pages: 1