Commit c7bbe079 by novanbagus

update kelompok detil

parent b830ff8a
......@@ -110,7 +110,7 @@ class KelompokController extends Controller
if($value->status_ketua == 1)
$keterangan = "Ketua";
else
$keterangan = "Anggota ".$no-1;
$keterangan = "Anggota ".$no?:1-1;
$data .= "
<tr>
<td>".$no."</td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment