edit group id getKadarUjrah
This commit is contained in:
committed by
Hafifie PKB
parent
e29b2b0c48
commit
eb330fc9d1
@@ -3861,10 +3861,10 @@ class GadaiController extends Controller
|
||||
}
|
||||
|
||||
public function getKadarUjrah(Request $request){
|
||||
|
||||
$cawangan = Cawangan::on('mysql7')->where('kodcaw',$request->kodcaw)->first();
|
||||
$onePercentServices = new OnePercentServices();
|
||||
|
||||
$kadarujrah = $onePercentServices->getKadarUjrah($request->nilaimarhun);
|
||||
$kadarujrah = $onePercentServices->getKadarUjrah($request->nilaimarhun,$cawangan['group_id']);
|
||||
|
||||
// $test = $this->kiraupahTawarruq('KB2','KB2231109-0001');
|
||||
// dd($test);
|
||||
|
||||
Reference in New Issue
Block a user