From fc8daef78db6455f8318a308f2abcf2e533db9ca Mon Sep 17 00:00:00 2001 From: BENKE Charlie Date: Mon, 6 Jul 2015 17:46:36 +0200 Subject: [PATCH] =?UTF-8?q?increase=20size=20of=20libell=C3=A9=20if=20we?= =?UTF-8?q?=20use=20paypal=20and=20email?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit in case of long email the field is to small --- htdocs/install/mysql/tables/llx_c_paiement.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/install/mysql/tables/llx_c_paiement.sql b/htdocs/install/mysql/tables/llx_c_paiement.sql index 090dc2c47be..fd9d301921d 100644 --- a/htdocs/install/mysql/tables/llx_c_paiement.sql +++ b/htdocs/install/mysql/tables/llx_c_paiement.sql @@ -22,7 +22,7 @@ create table llx_c_paiement ( id integer PRIMARY KEY, code varchar(6) NOT NULL, - libelle varchar(30), + libelle varchar(62), type smallint, -- 0: input money, 1: output money, 2: input and output, 3: other active tinyint DEFAULT 1 NOT NULL, accountancy_code varchar(32) NULL,