Commit 764d2d6e by nurchamim

modul : bug dashboard absensi

status : selesai
keterangan : bug fix, ketika difilter belum absen , foto tidak tampil
parent 2da625c2
......@@ -75,7 +75,12 @@ class Dashboard_absensi extends MY_Controller
$row = array();
$row[] = $no;
if ($status == 'A') {
$foto_masuk = $this->config->item('base_image') . 'imagebiodata?_t=photo&_d=' . $field->foto_masuk;
}else{
$foto_masuk = $this->config->item('base_image') . 'image?_t=photo&_d=' . $field->foto_masuk;
}
$foto_pulang = $this->config->item('base_image') . 'image?_t=photo&_d=' . $field->foto_pulang;
$row[] = $field->nama_karyawan . "<br><b>" . $field->nik . "</b>";
......
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