Look: Uniformize look and feel

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

View File

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

View File

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