// fix bug page commande facture

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11064 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vKham
2011-12-08 16:50:34 +00:00
parent c5b7e15eb8
commit e9ee2e68ca
5 changed files with 25 additions and 13 deletions
@@ -110,7 +110,6 @@ class AdminInvoicesControllerCore extends AdminController
'date_to' => date('Y-m-d')
);
$this->tpl_form_vars = array('style' => 'float:left;');
$this->table = 'invoice_date';
$this->toolbar_title = $this->l('Print PDF invoices');
return parent::renderForm();
@@ -163,7 +162,7 @@ class AdminInvoicesControllerCore extends AdminController
$this->tpl_form_vars = array(
'statusStats' => $status_stats,
'style' => 'margin-left:400px'
'style' => ''
);
$this->table = 'invoice_status';