update condition cheking ps
This commit is contained in:
@@ -310,10 +310,10 @@
|
|||||||
$formatted_t_matang_1 = $t_matang_1->format('d-m-Y');
|
$formatted_t_matang_1 = $t_matang_1->format('d-m-Y');
|
||||||
|
|
||||||
// check if sag is pembiayaan semula
|
// check if sag is pembiayaan semula
|
||||||
if ($gadai_detail['historygadaian'] != '' || $gadai_detail['historygadaian'] != '0') {
|
if ($gadai_detail['historygadaian'] == '' || $gadai_detail['historygadaian'] == '0') {
|
||||||
$is_pembiayaan_semula = true;
|
|
||||||
} else {
|
|
||||||
$is_pembiayaan_semula = false;
|
$is_pembiayaan_semula = false;
|
||||||
|
} else {
|
||||||
|
$is_pembiayaan_semula = true;
|
||||||
}
|
}
|
||||||
@endphp
|
@endphp
|
||||||
<div class="main-page">
|
<div class="main-page">
|
||||||
|
|||||||
Reference in New Issue
Block a user