From 6449ecfb32924ce326a2fa1449ac960052b014e5 Mon Sep 17 00:00:00 2001 From: Jerome Nadaud Date: Fri, 27 Sep 2013 14:41:50 +0200 Subject: [PATCH] [-] BO : Force invoice footer text to 1 ligne --- controllers/admin/AdminInvoicesController.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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:'),