New : go directly into supplier invoice number field after cloning

This commit is contained in:
Maxime Kohlhaas
2012-11-22 19:59:31 +01:00
parent 0d6aee24f3
commit ba3ae073d7

View File

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