Skip to content

Commit

Permalink
Fix display in adherents type (Dolibarr#28754)
Browse files Browse the repository at this point in the history
Co-authored-by: Hystepik <[email protected]>
  • Loading branch information
Hystepik and Hystepik authored Mar 11, 2024
1 parent 48073b8 commit c224f93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/adherents/type.php
Original file line number Diff line number Diff line change
Expand Up @@ -918,7 +918,7 @@
}

if ($i == 0) {
print '<tr><td colspan="7"><span class="opacitymedium">'.$langs->trans("None").'</span></td></tr>';
print '<tr><td colspan="9"><span class="opacitymedium">'.$langs->trans("None").'</span></td></tr>';
}

print "</table>\n";
Expand Down

0 comments on commit c224f93

Please sign in to comment.