// Stores controller bootstrap

This commit is contained in:
Jerome Nadaud
2013-09-23 13:56:30 +02:00
parent 234b6de1b0
commit 748d6271a9
2 changed files with 10 additions and 18 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ class AdminStoresControllerCore extends AdminController
if ($this->display == 'options')
unset($this->toolbar_btn['new']);
else
else if ($this->display != 'add' && $this->display != 'edit')
unset($this->toolbar_btn['save']);
}