Ver código fonte

Merge branch 'master' of http://git.swisslink.com.my/SwissLink/allo

allo_data_retrieve^2
root 4 anos atrás
pai
commit
f610901f4f
1 arquivos alterados com 3 adições e 2 exclusões
  1. 3
    2
      app/Http/Controllers/Api/FormController.php

+ 3
- 2
app/Http/Controllers/Api/FormController.php Ver arquivo

@@ -179,8 +179,9 @@ class FormController extends BaseController
}
array_push($result,array(
'type_application' => $f->type_application,
"type_service" => $f->type_service,
'type_application' => $f->type_application,
'customer_category' => $f->customer_category,
"type_service" => $f->type_service,
"customer_name"=> $name,
"ic" => $ic,
//"company_reg" => $company_reg,

Carregando…
Cancelar
Salvar