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

This commit is contained in:
mDeflotte
2011-12-20 09:00:26 +00:00
parent a53f47911f
commit 2f92d7d271
+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();
}
}