mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Update fiche.php
This commit is contained in:
parent
4298e5466a
commit
561d0ea46b
|
|
@ -155,7 +155,7 @@ elseif ($action == 'confirm_delete' && $confirm == 'yes' && $user->rights->fourn
|
|||
$result=$object->delete($id);
|
||||
if ($result > 0)
|
||||
{
|
||||
header('Location: index.php');
|
||||
header('Location: list.php');
|
||||
exit;
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user