fix jbg
This commit is contained in:
@@ -3280,12 +3280,12 @@ class GadaiController extends Controller
|
|||||||
$tempoh_gadai = ($year*12) + $month + $extensivemonth_gadai;
|
$tempoh_gadai = ($year*12) + $month + $extensivemonth_gadai;
|
||||||
|
|
||||||
if($tempoh_gadai > 6.0){
|
if($tempoh_gadai > 6.0){
|
||||||
if($gadai['t_matang'] <= $current){
|
if($gadai['t_matang'] >= $current){
|
||||||
|
|
||||||
$tempoh_gadai = 6.0;
|
$tempoh_gadai = 6.0;
|
||||||
}
|
}
|
||||||
}else if($tempoh_gadai > 12){
|
}else if($tempoh_gadai > 12){
|
||||||
if($gadai['t_matang1'] <= $current){
|
if($gadai['t_matang1'] >= $current){
|
||||||
$tempoh_gadai = 12.0;
|
$tempoh_gadai = 12.0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user