Skip to content
Snippets Groups Projects
Commit f337de2e authored by elvanowen's avatar elvanowen
Browse files

Everything

parent e0caab0c
Branches
No related merge requests found
Pipeline #2759 skipped
......@@ -79,11 +79,11 @@ $app->put('/changeCoefficient/gajiPokok', function() use ($app) {
'golongan' => $coefficient->golongan,
'tahun' => $coefficient->tahun,
'subgolongan' => $coefficient->subgolongan,
'gaji_pokok' => $coefficient->gaji_pokok
'gaji_pokok' => $coefficient->koefisien
));
$response = new Response();
if ($status->success() != true) {
$response->setStatusCode(409, "Conflict");
$errors = array();
......
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