Skip to content
Snippets Groups Projects
Commit eba5832d authored by Marcos García de La Fuente's avatar Marcos García de La Fuente
Browse files

FIX #4049 PHP warning when trying to access a non-existing product/service

parent 30f0b6e2
No related branches found
No related tags found
No related merge requests found
......@@ -1569,7 +1569,6 @@ else
}
else if ($action != 'create')
{
header("Location: index.php");
exit;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment