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