Skip to content

Commit

Permalink
Fix display in adherents type
Browse files Browse the repository at this point in the history
  • Loading branch information
Hystepik committed Mar 11, 2024
1 parent 0fb4a44 commit 3a667e7
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 3a667e7

Please sign in to comment.