New : go directly into supplier invoice number field after cloning
This commit is contained in:
parent
0d6aee24f3
commit
ba3ae073d7
@ -82,7 +82,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'].'?id='.$result);
|
header("Location: ".$_SERVER['PHP_SELF'].'?action=editfacnumber&id='.$result);
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user