From 4b0d012dff70dffe4b691120e22d0f83d0db7b41 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 24 Apr 2006 12:26:29 +0000 Subject: [PATCH] bugfix --- htdocs/comm/adresse_livraison.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/comm/adresse_livraison.php b/htdocs/comm/adresse_livraison.php index 75510e0afab..59124dbbe88 100644 --- a/htdocs/comm/adresse_livraison.php +++ b/htdocs/comm/adresse_livraison.php @@ -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)