Merge pull request #19151 from andreubisquerra/develop
BUG Supplements is not showed from TakePOS
This commit is contained in:
commit
02aae5144d
@ -1543,7 +1543,7 @@ if ($placeid > 0) {
|
|||||||
$htmlforlines .= '</td>';
|
$htmlforlines .= '</td>';
|
||||||
}
|
}
|
||||||
$htmlforlines .= '</tr>'."\n";
|
$htmlforlines .= '</tr>'."\n";
|
||||||
$htmlforlines .= empty($htmlsupplements[$line->id]) ? '' : empty($htmlsupplements[$line->id]);
|
$htmlforlines .= empty($htmlsupplements[$line->id]) ? '' : $htmlsupplements[$line->id];
|
||||||
|
|
||||||
print $htmlforlines;
|
print $htmlforlines;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user