[-] BO : BugFix : #PSCFV-2209 : Multishop : cannot delete shops with dependencies

This commit is contained in:
vChabot
2012-05-10 14:09:11 +00:00
parent e2f4caa66f
commit 5a96ffbd64
3 changed files with 35 additions and 1 deletions
+1
View File
@@ -456,6 +456,7 @@ class HelperListCore extends Helper
$name = '\n\n'.self::$cache_lang['Name'].' '.$name;
$data = array(
$this->identifier => $id,
'href' => Tools::safeOutput($this->currentIndex.'&'.$this->identifier.'='.$id.'&delete'.$this->table.'&token='.($token != null ? $token : $this->token)),
'action' => self::$cache_lang['Delete'],
);