update if data null
This commit is contained in:
@@ -865,7 +865,7 @@ class ClaimRequestController extends Controller
|
|||||||
$payor = '-';
|
$payor = '-';
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($requestLogData){
|
if (!$requestLogData->isEmpty()){
|
||||||
foreach($requestLogData as $key => $data){
|
foreach($requestLogData as $key => $data){
|
||||||
$no++;
|
$no++;
|
||||||
if ($key == 0){
|
if ($key == 0){
|
||||||
|
|||||||
Reference in New Issue
Block a user