diff --git a/htdocs/webportal/class/html.formlistwebportal.class.php b/htdocs/webportal/class/html.formlistwebportal.class.php index 5ab7099e23d..33a8e10c5a9 100644 --- a/htdocs/webportal/class/html.formlistwebportal.class.php +++ b/htdocs/webportal/class/html.formlistwebportal.class.php @@ -694,6 +694,8 @@ class FormListWebPortal } // Remain to pay if (array_key_exists('remain_to_pay', $arrayfields) && !empty($arrayfields['remain_to_pay']['checked'])) { + // @phan-suppress-next-line PhanTypeInvalidDimOffset + $html .= ''; // @phan-suppress-next-line PhanTypeMismatchArgument PhanTypeInvalidDimOffset $html .= $this->form->showOutputFieldForObject($object, $arrayfields['remain_to_pay'], 'remain_to_pay', $remaintopay, ''); //$html .= price($remaintopay);