This commit is contained in:
Regis Houssin 2006-04-24 12:26:29 +00:00
parent 4d4a29bfa1
commit 4b0d012dff

View File

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