mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
remplacement de $socid par $_GET["socid"]
This commit is contained in:
@@ -207,7 +207,7 @@ if ($_GET["action"] == 'create' or $_GET["action"] == 'copy')
|
||||
$obj = $db->fetch_object($i);
|
||||
print '<option value="'.$obj->idp;
|
||||
|
||||
if ($socid == $obj->idp)
|
||||
if ($_GET["socid"] == $obj->idp)
|
||||
{
|
||||
print '" SELECTED>'.$obj->nom.'</option>';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user