@@ -119,7 +119,6 @@ class FormController extends BaseController | |||
$labelD = ""; | |||
} | |||
$amount_claim=""; | |||
if(!empty($f->Subscriber) && !empty($f->PackageDetail)){ | |||
if(!empty($f->Subscriber->DealerClaim)){ | |||
$amount_claim = $f->Subscriber->DealerClaim->total_claim; |