Explorar el Código

remove compound tag

master
Siti Rahayu hace 5 años
padre
commit
771da854b8
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      app/Http/Controllers/Api/CompoundResourceController.php

+ 2
- 2
app/Http/Controllers/Api/CompoundResourceController.php Ver fichero

@@ -358,7 +358,7 @@ class CompoundResourceController extends BaseController
$countKPD = $countKPD + 1;
} while (Compound::where("kpd", "=", 'KP'.$countKPD)->first() instanceof Compound);

$kpd = 'KP' . $countKPD;
$kpd = $countKPD;
$no_siri = date('yn').'-'.$countKPD;

$fileData = [
@@ -575,7 +575,7 @@ class CompoundResourceController extends BaseController
$countKPD = $countKPD + 1;
} while (Compound::where("kpd", "=", 'KP'.$countKPD)->first() instanceof Compound);

$kpd = 'KP' . $countKPD;
$kpd = $countKPD;
$no_siri = date('yn').'-'.$countKPD;

$fileData = [

Cargando…
Cancelar
Guardar