From 67dff106382a26a80eb209b6ab42ec3654c84aac Mon Sep 17 00:00:00 2001 From: mDeflotte Date: Tue, 20 Dec 2011 09:00:26 +0000 Subject: [PATCH] =?UTF-8?q?//=20BugFix=20-=20PSTEST-65=20-=20bouton=20reto?= =?UTF-8?q?ur=20=C3=A0=20la=20liste=20onglet=20paiement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11393 b9a71923-0436-4b27-9f14-aed3839534dd --- controllers/admin/AdminPaymentController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/admin/AdminPaymentController.php b/controllers/admin/AdminPaymentController.php index 2e7aae50e..94d3fd4db 100644 --- a/controllers/admin/AdminPaymentController.php +++ b/controllers/admin/AdminPaymentController.php @@ -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(); } }