diff --git a/src/presentation/maarchRM/Presenter/recordsManagement/welcome.php b/src/presentation/maarchRM/Presenter/recordsManagement/welcome.php index 68283df0d3db238dc9d4eaed519dc9a5c5255e80..6c3a11ddc7677ed7dc11c0fabd95c4d6fb620b4b 100755 --- a/src/presentation/maarchRM/Presenter/recordsManagement/welcome.php +++ b/src/presentation/maarchRM/Presenter/recordsManagement/welcome.php @@ -419,8 +419,6 @@ class welcome if ($type == 'boolean') { $textValue = $value ? '<i class="fa fa-check" data-value="1"/>' : '<i class="fa fa-times" data-value="0"/>'; } - - $descriptionHtml .= '<td title="'.$value.'">'.$textValue.'</td>'; } }