From bd530488bab68bd48021014e03faf8b896ebe0a5 Mon Sep 17 00:00:00 2001
From: elvanowen <vanzz_95@hotmail.com>
Date: Mon, 16 May 2016 17:31:51 +0700
Subject: [PATCH] Everything

---
 salaryman/app/controllers/CoefficientsController.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/salaryman/app/controllers/CoefficientsController.php b/salaryman/app/controllers/CoefficientsController.php
index 416e99c..27a7bec 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(){
-- 
GitLab