2
0
forked from Wavyzz/dolibarr

Fix: minor change

This commit is contained in:
Laurent Destailleur
2012-03-17 23:38:44 +01:00
parent 8d1b9055b4
commit d87f14b7ce

View File

@@ -106,18 +106,18 @@ if ($id > 0 || ! empty($ref))
// Company
print '<tr><td>'.$langs->trans("Company").'</td>';
print '<td colspan="3">'.$soc->getNomUrl(1,'compta').'</td>';
print "</table>";
print '<br>';
include(DOL_DOCUMENT_ROOT.'/core/tpl/notes.tpl.php');
print '</div>';
dol_fiche_end();
}
llxFooter();
$db->close();
?>