Fix: on récupère le fetch de la société
This commit is contained in:
parent
ec8be45fa3
commit
d509a46a32
@ -137,6 +137,12 @@ if ($_GET["action"] == 'create')
|
|||||||
* Creation d'une nouvelle fiche d'intervention
|
* Creation d'une nouvelle fiche d'intervention
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
if ($_GET["socid"])
|
||||||
|
{
|
||||||
|
$societe=new Societe($db);
|
||||||
|
$societe->fetch($_GET["socid"]);
|
||||||
|
}
|
||||||
|
|
||||||
print_titre($langs->trans("AddIntervention"));
|
print_titre($langs->trans("AddIntervention"));
|
||||||
|
|
||||||
if (! $conf->global->FICHEINTER_ADDON)
|
if (! $conf->global->FICHEINTER_ADDON)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user