// AdminStockMvtController: updated button name
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10961 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -226,7 +226,7 @@ class AdminStockMvtControllerCore extends AdminController
|
||||
*/
|
||||
public function initToolbar()
|
||||
{
|
||||
$this->toolbar_btn['export-csv'] = array(
|
||||
$this->toolbar_btn['export-stock-mvt-csv'] = array(
|
||||
'short' => 'Export this list as CSV',
|
||||
'href' => $this->context->link->getAdminLink('AdminStockMvt').'&csv&id_warehouse='.(int)$this->getCurrentWarehouseId(),
|
||||
'desc' => $this->l('Export (CSV)'),
|
||||
|
||||
Reference in New Issue
Block a user