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