Look: Uniformize look and feel

This commit is contained in:
Laurent Destailleur 2011-09-08 21:28:57 +00:00
parent f3dd2f7f71
commit c1dddab48f
2 changed files with 3 additions and 2 deletions

View File

@ -127,7 +127,8 @@ if ($_socid > 0)
print "</form>"; print "</form>";
print "</div>\n"; dol_fiche_end();
print '<br>'; print '<br>';

View File

@ -33,7 +33,7 @@ $langs->load("bills");
$langs->load("companies"); $langs->load("companies");
// Security check // Security check
$_socid = GETPOST("id"); $_socid = $_GET["id"];
if ($user->societe_id > 0) if ($user->societe_id > 0)
{ {
$_socid = $user->societe_id; $_socid = $user->societe_id;