[-] BO : fix #PSCFV-3244

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16467 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2012-07-18 09:17:33 +00:00
parent 8c991aea82
commit 810692e577
3 changed files with 8 additions and 4 deletions
+3 -1
View File
@@ -296,7 +296,9 @@ class AdminControllerCore extends Controller
26 => $this->l('Cover selection saved'),
27 => $this->l('Image shop association modified'),
28 => $this->l('Zone assigned to the selection successfully'),
29 => $this->l('Upgrade successful')
29 => $this->l('Upgrade successful'),
30 => $this->l('Partial refund successfully created'),
31 => $this->l('The discount successfully generated')
);
if (!$this->identifier) $this->identifier = 'id_'.$this->table;