Look: Uniformize look and feel
This commit is contained in:
parent
2f367f1579
commit
c84e791a42
@ -127,7 +127,8 @@ if ($_socid > 0)
|
||||
|
||||
print "</form>";
|
||||
|
||||
print "</div>\n";
|
||||
dol_fiche_end();
|
||||
|
||||
print '<br>';
|
||||
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user