Skip to content
Snippets Groups Projects
Commit c4ae712b authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix responsive design

parent 95c2133b
No related branches found
No related tags found
No related merge requests found
......@@ -1782,7 +1782,7 @@ else
print '</td></tr>';
// Juridical type
print '<tr><td>'.fieldLabel('JuridicalStatus','forme_juridique_code').'</td><td colspan="3">';
print '<tr><td>'.fieldLabel('JuridicalStatus','forme_juridique_code').'</td><td class="maxwidthonsmartphone" colspan="3">';
print $formcompany->select_juridicalstatus($object->forme_juridique_code, $object->country_code, '', 'forme_juridique_code');
print '</td></tr>';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment