Supplements BUG

This commit is contained in:
andreubisquerra 2021-10-23 16:59:25 +02:00 committed by GitHub
parent 10813eadad
commit 5fe516770e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1543,7 +1543,7 @@ if ($placeid > 0) {
$htmlforlines .= '</td>';
}
$htmlforlines .= '</tr>'."\n";
$htmlforlines .= empty($htmlsupplements[$line->id]) ? '' : empty($htmlsupplements[$line->id]);
$htmlforlines .= empty($htmlsupplements[$line->id]) ? '' : $htmlsupplements[$line->id];
print $htmlforlines;
}