N'affiche pas des infos gnrales de socit sur onglet spcifique client. On laisse ces infos sur onglet gnral.
This commit is contained in:
parent
54ed2d2c77
commit
aad0a1e010
@ -232,13 +232,6 @@ if ($socidp > 0)
|
||||
print '<td>'.$langs->trans('Fax').'</td><td>'.dolibarr_print_phone($objsoc->fax,$objsoc->pays_code).'</td></tr>';
|
||||
|
||||
print '<tr><td>'.$langs->trans("Web")."</td><td colspan=\"3\"><a href=\"http://$objsoc->url\" target=\"_blank\">".$objsoc->url."</a> </td></tr>";
|
||||
if ($objsoc->siren || $objsoc->siret) {
|
||||
print "<tr><td nowrap>".$langs->transcountry("ProfId1",$objsoc->pays_code)."</td><td><a href=\"http://www.societe.com/cgi-bin/recherche?rncs=".$objsoc->siren."\" target=\"_blank\">".$objsoc->siren."</a> </td>";
|
||||
print '<td>'.$langs->transcountry('ProfId2',$objsoc->pays_code).'</td><td>'.$objsoc->siret.'</td></tr>';
|
||||
}
|
||||
if ($objsoc->ape) {
|
||||
print '<tr><td>'.$langs->transcountry('ProfId3',$objsoc->pays_code).'</td><td>'.$objsoc->ape.'</td><td colspan="2"> </td></tr>';
|
||||
}
|
||||
|
||||
// Assujeti à TVA ou pas
|
||||
print '<tr>';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user