diff --git a/controllers/admin/AdminInvoicesController.php b/controllers/admin/AdminInvoicesController.php index 4eee707a4..834f3e329 100644 --- a/controllers/admin/AdminInvoicesController.php +++ b/controllers/admin/AdminInvoicesController.php @@ -58,10 +58,8 @@ class AdminInvoicesControllerCore extends AdminController 'PS_INVOICE_FREE_TEXT' => array( 'title' => $this->l('Footer text:'), 'desc' => $this->l('This text will appear at the bottom of the invoice'), - 'size' => 6, - 'type' => 'textareaLang', - 'cols' => 40, - 'rows' => 8 + 'size' => 50, + 'type' => 'textLang', ), 'PS_INVOICE_MODEL' => array( 'title' => $this->l('Invoice model:'),