diff --git a/salaryman/app/controllers/CoefficientsController.php b/salaryman/app/controllers/CoefficientsController.php
index 416e99c5a9a92471229ad1e75b19307d3d61d65a..27a7becae1fd953a9653b0db13670065bca7f837 100644
--- a/salaryman/app/controllers/CoefficientsController.php
+++ b/salaryman/app/controllers/CoefficientsController.php
@@ -188,7 +188,7 @@ class CoefficientsController extends ControllerBase
             $this->flashSession->error("Perubahan Nilai Koefisien Gagal.");
         }
 
-        $this->response->redirect("/koefisien/beras");
+        $this->response->redirect("/koefisien/golongan");
     }
 
     public function savePajakAction(){