Skip to content
Snippets Groups Projects
Commit 61fc8b60 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Wrong field

parent 68ece622
Branches
Tags
No related merge requests found
......@@ -129,7 +129,7 @@ if (empty($reshook))
$object->url = trim($_POST["url"]);
$object->idprof1 = $_POST["idprof1"];
$object->idprof2 = $_POST["idprof2"];
$object->idprof4 = $_POST["idprof3"];
$object->idprof3 = $_POST["idprof3"];
$object->idprof4 = $_POST["idprof4"];
$object->prefix_comm = $_POST["prefix_comm"];
$object->code_client = $_POST["code_client"];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment