Debug modulebuilder for doc generation

Conflicts:
	htdocs/core/class/html.formfile.class.php
	htdocs/modulebuilder/template/admin/setup.php
This commit is contained in:
Laurent Destailleur
2020-06-01 16:44:22 +02:00
parent 38001a4e89
commit 2324834b73
9 changed files with 51 additions and 96 deletions

View File

@@ -25,7 +25,7 @@ create table llx_document_model
rowid integer AUTO_INCREMENT PRIMARY KEY,
nom varchar(50),
entity integer DEFAULT 1 NOT NULL, -- multi company id
type varchar(20) NOT NULL,
type varchar(64) NOT NULL,
libelle varchar(255),
description text
)ENGINE=innodb;