This commit is contained in:
Regis Houssin 2006-04-24 12:28:35 +00:00
parent 4b0d012dff
commit bcd3e42197

View File

@ -97,7 +97,7 @@ if ($_POST["action"] == 'add' || $_POST["action"] == 'update')
{
$socid = $_POST["socid"];
$origin = $_POST["origin"];
$orignid = $_POST["origind"];
$orignid = $_POST["originid"];
$result = $livraison->create($socid, $user);
if ($result >= 0)