Skip to content

Commit ee14e7e

Browse files
committed
Apply suggestions from code review
1 parent 4d644c9 commit ee14e7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/item_ticket.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ public static function pdfForItem(PluginPdfSimplePDF $pdf, CommonDBTM $item, $tr
536536
foreach ($DB->request(
537537
[
538538
'FROM' => 'glpi_items_tickets',
539-
'WHERE' => ['tickets_id' => $job->fields['id']]
539+
'WHERE' => ['tickets_id' => $job->fields['id']],
540540
],
541541
) as $data) {
542542
if (!($item = $dbu->getItemForItemtype($data['itemtype']))) {

0 commit comments

Comments
 (0)