Commit b26890e8 by nurchamim

modul : bug Dashboard absensi

status : selesai
keterangan : bug fix foto absensi alpa tidak tampil
parent f1239098
...@@ -270,7 +270,7 @@ class Dashboard_absensi extends MY_Controller ...@@ -270,7 +270,7 @@ class Dashboard_absensi extends MY_Controller
$row = array(); $row = array();
$row[] = $no; $row[] = $no;
$foto = $this->config->item('base_image') . 'image?_t=photo&_d=' . $field->foto_masuk; $foto = $this->config->item('base_image') . 'imagebiodata?_t=photo&_d=' . $field->foto_masuk;
$row[] = '<a href="'.$foto.'" data-lightbox="mulai-'.$no.'"><img src="'.$foto.'" width="100px" height="100px"></a>'; $row[] = '<a href="'.$foto.'" data-lightbox="mulai-'.$no.'"><img src="'.$foto.'" width="100px" height="100px"></a>';
$row[] = $field->nama_karyawan . "<br><b>" . $field->nik . "</b>"; $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