Merge pull request #19151 from andreubisquerra/develop

BUG Supplements is not showed from TakePOS
This commit is contained in:
Laurent Destailleur 2021-10-23 18:24:56 +02:00 committed by GitHub
commit 02aae5144d
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;
}