N'affiche pas des infos gnrales de socit sur onglet spcifique client. On laisse ces infos sur onglet gnral.

This commit is contained in:
Laurent Destailleur 2006-06-03 16:07:45 +00:00
parent 54ed2d2c77
commit aad0a1e010

View File

@ -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>&nbsp;</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>&nbsp;</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">&nbsp;</td></tr>';
}
// Assujeti à TVA ou pas
print '<tr>';