Merge pull request #4052 from marcosgdf/bug-4049

FIX #4049 PHP warning when trying to access a non-existing product/service
This commit is contained in:
Laurent Destailleur 2015-11-21 17:47:03 +01:00
commit 4481c4f978

View File

@ -1569,7 +1569,6 @@ else
} }
else if ($action != 'create') else if ($action != 'create')
{ {
header("Location: index.php");
exit; exit;
} }
} }