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

This commit is contained in:
Marcos García de La Fuente 2015-11-21 10:58:58 +01:00
parent 30f0b6e2e8
commit eba5832d3a

View File

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