mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-04 08:02:22 +01:00
Debug modulebuilder for doc generation
Conflicts: htdocs/core/class/html.formfile.class.php htdocs/modulebuilder/template/admin/setup.php
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user