[-] BO : Fix bug #PSCFV-8214 import entity pre selected

This commit is contained in:
gRoussac
2013-09-18 15:03:16 +02:00
parent 66f46eee03
commit f293562ea4
9 changed files with 30 additions and 10 deletions
@@ -190,7 +190,7 @@ class AdminCustomersControllerCore extends AdminController
else if (!$this->display) //display import button only on listing
{
$this->toolbar_btn['import'] = array(
'href' => $this->context->link->getAdminLink('AdminImport', true).'&import_type='.$this->table,
'href' => $this->context->link->getAdminLink('AdminImport', true).'&import_type=customers',
'desc' => $this->l('Import')
);
}