Update Colspan Free text menjad 4 baris

This commit is contained in:
mikael-zakaria 2025-11-07 14:26:23 +08:00
parent ca8955fa4e
commit 9f348e05b8
2 changed files with 3 additions and 2 deletions

View File

@ -939,13 +939,14 @@ class PrintResult extends BaseController {
} }
// Untuk Mengeluarkan Result // Untuk Mengeluarkan Result
// ubah colspan jadi 4 soalnya kalau Freetext sampelnya kurang ke kanan 1 kolom : haris
if ($item['code_type'] == 5) { //Jika dia adalah Komentar if ($item['code_type'] == 5) { //Jika dia adalah Komentar
$resultTest .= " $resultTest .= "
<tr> <tr>
<td colspan='1' class=''> <td colspan='1' class=''>
".$test." ".$test."
</td> </td>
<td colspan='3' class='left-pad ".$color."'>$resflag " . $resvalue . $rescomment ."</td> <td colspan='4' class='left-pad ".$color."'>$resflag " . $resvalue . $rescomment ."</td>
<td class='left-pad'>" . $serum_type . "</td> <td class='left-pad'>" . $serum_type . "</td>
</tr> </tr>
"; ";

BIN
cmod.7z

Binary file not shown.