Skip to content
Snippets Groups Projects
Commit 52e54036 authored by aspangaro's avatar aspangaro
Browse files

Fix: Presentation on thirdparty card

parent 4d862915
Branches
No related tags found
No related merge requests found
...@@ -2171,7 +2171,7 @@ else ...@@ -2171,7 +2171,7 @@ else
print '<table class="border tableforfield" width="100%">'; print '<table class="border tableforfield" width="100%">';
// Legal // Legal
print '<tr><td width="25%">'.$langs->trans('JuridicalStatus').'</td><td>'.$object->forme_juridique.'</td></tr>'; print '<tr><td class="titlefield">'.$langs->trans('JuridicalStatus').'</td><td>'.$object->forme_juridique.'</td></tr>';
// Capital // Capital
print '<tr><td>'.$langs->trans('Capital').'</td><td>'; print '<tr><td>'.$langs->trans('Capital').'</td><td>';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment