Skip to content

Commit

Permalink
Dolibarr#31950 [Ticket] fix: missing remove comma
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-eoxia committed Nov 16, 2024
1 parent 1c6f6a6 commit 4929151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/ticket/class/ticket.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ public function fetch($id = 0, $ref = '', $track_id = '', $email_msgid = '')
$sql .= " t.tms,";
$sql .= " t.model_pdf,";
$sql .= " t.extraparams,";
$sql .= " t.ip,";
$sql .= " t.ip";
$sql .= " FROM ".MAIN_DB_PREFIX."ticket as t";

if ($id) {
Expand Down

0 comments on commit 4929151

Please sign in to comment.