forked from Wavyzz/dolibarr
Debug for php 8.1
This commit is contained in:
@@ -32,6 +32,10 @@ create table llx_c_email_templates
|
||||
position smallint, -- Position
|
||||
enabled varchar(255) DEFAULT '1', -- Condition to have this module visible
|
||||
active tinyint DEFAULT 1 NOT NULL,
|
||||
email_from varchar(255), -- default email from
|
||||
email_to varchar(255), -- default email to
|
||||
email_tocc varchar(255), -- default email to cc
|
||||
email_tobcc varchar(255), -- default email to bcc
|
||||
topic text, -- Predefined topic
|
||||
joinfiles text, -- Files to attach
|
||||
content mediumtext, -- Predefined text
|
||||
|
||||
Reference in New Issue
Block a user