Commit da879ea7 authored by syaifurplus's avatar syaifurplus

fix import nama guru

parent fbc016f2
......@@ -323,6 +323,7 @@ class ImportTransaksi
'idPSekolah' => $data['data']->idPSekolah, // dummy
'idMapel' => 99,
'nip' => $data['data']->nip ?? '-',
'nama' => $data['data']->nama,
'telp' => $data['data']->hp ?? '-',
'email' => $data['data']->email ?? '-',
'status' => 1,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment