// BugFix - PSTEST-65 - bouton retour à la liste onglet paiement

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11393 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2011-12-20 09:00:26 +00:00
parent 895437e02d
commit 67dff10638
+1 -1
View File
@@ -200,7 +200,7 @@ class AdminPaymentControllerCore extends AdminController
);
$this->toolbar_title = $this->l('Paiement');
unset($this->toolbar_btn['cancel']);
unset($this->toolbar_btn['back']);
return parent::renderView();
}
}