updated from server 2023/03/02
This commit is contained in:
@@ -1416,7 +1416,9 @@ class LaporanController extends Controller
|
||||
|
||||
if($secondmonth_behind_year == 2022 && (int)$secondmonth_behind_month > 4){
|
||||
$audit_backdate = $tebuscontroller->StokAuditGenerateTerakru($secondmonth_behind_month,$caw,$secondmonth_behind_year);
|
||||
}
|
||||
}else if($secondmonth_behind_year > 2022){
|
||||
$audit_backdate = $tebuscontroller->StokAuditGenerateTerakru($secondmonth_behind_month,$caw,$secondmonth_behind_year);
|
||||
}
|
||||
|
||||
$result_audit_stated = $tebuscontroller->StokAuditGenerateTerakru($firstmonth_behind_month,$caw,$firstmonth_behind_year);
|
||||
|
||||
@@ -1566,6 +1568,8 @@ class LaporanController extends Controller
|
||||
|
||||
if($secondmonth_behind_year == 2022 && (int)$secondmonth_behind_month > 4){
|
||||
$audit_backdate = $tebuscontroller->StokAuditGenerateTerakru($secondmonth_behind_month,$caw,$secondmonth_behind_year);
|
||||
}else if($secondmonth_behind_year > 2022){
|
||||
$audit_backdate = $tebuscontroller->StokAuditGenerateTerakru($secondmonth_behind_month,$caw,$secondmonth_behind_year);
|
||||
}
|
||||
|
||||
$result_audit_stated = $tebuscontroller->StokAuditGenerateTerakru($firstmonth_behind_month,$caw,$firstmonth_behind_year);
|
||||
|
||||
Reference in New Issue
Block a user