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