Correction lien invalide (un vieux copier coller)
This commit is contained in:
parent
e880a45895
commit
a5a13aa11c
@ -28,7 +28,6 @@ require("../facture.class.php");
|
|||||||
llxHeader();
|
llxHeader();
|
||||||
|
|
||||||
$id = $_GET["id"];
|
$id = $_GET["id"];
|
||||||
$socid = $_GET["socid"];
|
|
||||||
$mesg = '';
|
$mesg = '';
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -37,7 +36,7 @@ $mesg = '';
|
|||||||
if ($user->societe_id > 0)
|
if ($user->societe_id > 0)
|
||||||
{
|
{
|
||||||
$action = '';
|
$action = '';
|
||||||
$socid = $user->societe_id;
|
$id = $user->societe_id;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -103,7 +102,7 @@ if ($id)
|
|||||||
$h = 0;
|
$h = 0;
|
||||||
|
|
||||||
$hselected=$h;
|
$hselected=$h;
|
||||||
$head[$h][0] = DOL_URL_ROOT.'/soc.php?socid='.$socid;
|
$head[$h][0] = DOL_URL_ROOT.'/contrat/fiche.php?id='.$id;
|
||||||
$head[$h][1] = 'Fiche contrat : '.$contrat->id;
|
$head[$h][1] = 'Fiche contrat : '.$contrat->id;
|
||||||
$h++;
|
$h++;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user