Skip to content

Commit

Permalink
FIX look and feel : center zip field in contract list (#30247)
Browse files Browse the repository at this point in the history
  • Loading branch information
hregis authored Jul 2, 2024
1 parent a878934 commit 7e5b117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/contrat/list.php
Original file line number Diff line number Diff line change
Expand Up @@ -1203,7 +1203,7 @@
}
// Zip
if (!empty($arrayfields['s.zip']['checked'])) {
print '<td class="nocellnopadd">';
print '<td class="center nocellnopadd">';
print $obj->zip;
print '</td>';
if (!$i) {
Expand Down

0 comments on commit 7e5b117

Please sign in to comment.