[-] BO : Force invoice footer text to 1 ligne

This commit is contained in:
Jerome Nadaud
2013-09-27 14:41:50 +02:00
parent 345d4cdbcf
commit 6449ecfb32

View File

@@ -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:'),