bugfix
This commit is contained in:
parent
b3a078c166
commit
773b1804ad
@ -69,10 +69,10 @@ if ($_POST["action"] == 'add') {
|
||||
|
||||
llxHeader();
|
||||
|
||||
if ($socidp > 0)
|
||||
if ($_GET["socid"] > 0)
|
||||
{
|
||||
$societe = new Societe($db, $socidp);
|
||||
$societe->fetch($socidp);
|
||||
$societe = new Societe($db, $_GET["socid"]);
|
||||
$societe->fetch($_GET["socid"]);
|
||||
|
||||
|
||||
$h=0;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user