Fix: backlink was wrong after deleting product or service.

This commit is contained in:
Laurent Destailleur 2014-08-18 18:24:57 +02:00
parent 741c093ac9
commit 50eb2e2c15

View File

@ -389,7 +389,7 @@ if (empty($reshook))
if ($result > 0)
{
header('Location: '.DOL_URL_ROOT.'/product/liste.php?delprod='.urlencode($object->ref));
header('Location: '.DOL_URL_ROOT.'/product/liste.php?type='.$object->type.'&delprod='.urlencode($object->ref));
exit;
}
else