Fix: Param was renamed

This commit is contained in:
Laurent Destailleur 2013-05-22 17:29:25 +02:00
parent bb42f8384b
commit 3b6c55f908

View File

@ -95,7 +95,7 @@ if ($action == 'confirm_clone' && $confirm == 'yes')
$result=$object->createFromClone($id); $result=$object->createFromClone($id);
if ($result > 0) if ($result > 0)
{ {
header("Location: ".$_SERVER['PHP_SELF'].'?action=editfacnumber&id='.$result); header("Location: ".$_SERVER['PHP_SELF'].'?action=editref_supplier&id='.$result);
exit; exit;
} }
else else