You are not logged in.

Announcement

 Téléchargez la dernière version stable de GLPI      -     Et vous, que pouvez vous faire pour le projet GLPI ? :  Contribuer
 Download last stable version of GLPI                      -     What can you do for GLPI ? :  Contribute

#1 2013-06-25 05:07:24

tyrone.wyatt
Member
Registered: 2013-02-24
Posts: 72

Bug PDF plugin

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

Board footer

Powered by FluxBB