FIX PHP 8 Warning in subscription list

This commit is contained in:
daraelmin
2023-05-25 12:30:52 +02:00
parent 1c40353752
commit 9d34f9dba9
2 changed files with 2 additions and 2 deletions

View File

@@ -715,7 +715,7 @@ while ($i < $imaxinloop) {
// Label
if (!empty($arrayfields['t.libelle']['checked'])) {
print '<td class="tdoverflowmax400" title="'.dol_escape_htmltag($obj->note).'">';
print '<td class="tdoverflowmax400" title="'.dol_escape_htmltag($obj->note_private).'">';
print dol_escape_htmltag(dolGetFirstLineOfText($obj->note_private));
print '</td>';
if (!$i) {