Explorar el Código

storenotice

master
Siti Rahayu hace 4 años
padre
commit
b88859a6f1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      app/Jobs/StoreNotice.php

+ 1
- 1
app/Jobs/StoreNotice.php Ver fichero

@@ -152,7 +152,7 @@ class StoreNotice implements ShouldQueue
$site = SiteSetting::first();
$faulty = Faulty::with('DeedLaw')->where('_id',$notice->seksyen_kesalahan_n)->first();

$department = Department::where('_id', $notice->jbkod_n)->first();
// $department = Department::where('_id', $notice->jbkod)->first();

// $tawaran = '';
// if($compound->jumlah_kemaskini_kompaun == ''){

Cargando…
Cancelar
Guardar