Advertisement
vitareinforce

harian_ngeplus restore old state

Dec 27th, 2023
11
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. if($harian->slotjam_masuk == null && $harian->slotjam_istirahat_mulai == null && $harian->slotjam_istirahat_selesai == null && $harian->slotjam_pulang == null) {
  2. $harian->ada_izin = false;
  3. } else if($harian->slotjam_masuk != null || $harian->slotjam_istirahat_mulai != null || $harian->slotjam_istirahat_selesai != null || $harian->slotjam_pulang != null) {
  4. $harian->ada_izin = false;
  5. }
  6. $harian->save();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement