Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if($harian->slotjam_masuk == null && $harian->slotjam_istirahat_mulai == null && $harian->slotjam_istirahat_selesai == null && $harian->slotjam_pulang == null) {
- $harian->ada_izin = false;
- } else if($harian->slotjam_masuk != null || $harian->slotjam_istirahat_mulai != null || $harian->slotjam_istirahat_selesai != null || $harian->slotjam_pulang != null) {
- $harian->ada_izin = false;
- }
- $harian->save();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement