Parcourir la source

notice tday

master
Siti Rahayu il y a 5 ans
Parent
révision
5b25bbf628
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      app/Http/Controllers/Api/CompoundController.php

+ 1
- 1
app/Http/Controllers/Api/CompoundController.php Voir le fichier

@@ -1015,7 +1015,7 @@ class CompoundController extends BaseController
foreach($compound as $c){
if(!empty($c->Faulty) && !empty($c->Department)){
$tawaran = '';
$tawaran = '' ;
$akta = DeedLaw::where('_id',$c->akta)->first();
$faulty = Faulty::where('_id',$c->seksyen_kesalahan)->first();

Chargement…
Annuler
Enregistrer