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

Nom de société en lien avec picto

parent a96e8c17
No related branches found
No related tags found
No related merge requests found
...@@ -231,7 +231,7 @@ if ($_GET['action'] == 'create' || $_POST['action'] == 'add_paiement') ...@@ -231,7 +231,7 @@ if ($_GET['action'] == 'create' || $_POST['action'] == 'add_paiement')
print '<table class="border" width="100%">'; print '<table class="border" width="100%">';
print '<tr><td>'.$langs->trans('Company').'</td><td colspan="2"><a href="fiche.php?socid='.$obj->id.'">'.img_object($langs->trans("ShowCompany"),'company').' '.$obj->nom."</a></td></tr>\n"; print '<tr><td>'.$langs->trans('Company').'</td><td colspan="2"><a href="fiche.php?socid='.$obj->idp.'">'.img_object($langs->trans("ShowCompany"),'company').' '.$obj->nom."</a></td></tr>\n";
print '<tr><td>'.$langs->trans('Date').'</td><td>'; print '<tr><td>'.$langs->trans('Date').'</td><td>';
if (!empty($_POST['remonth']) && !empty($_POST['reday']) && !empty($_POST['reyear'])) if (!empty($_POST['remonth']) && !empty($_POST['reday']) && !empty($_POST['reyear']))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment