Merge pull request #6723 from rassakali/patch-3

Update /adherents/subscription/card.php
This commit is contained in:
Juanjo Menent 2017-04-16 14:14:12 +02:00 committed by GitHub
commit 1fd359d52d

View File

@ -145,7 +145,7 @@ if ($action == 'confirm_delete' && $confirm == 'yes' && $user->rights->adherent-
$result=$object->delete($user);
if ($result > 0)
{
header("Location: card_subscriptions.php?rowid=".$object->fk_adherent);
header("Location: ".DOL_URL_ROOT."/adherents/card.php?rowid=".$object->fk_adherent);
exit;
}
else