Skip to content

Commit ed1775f

Browse files
authored
Update data.sql
1 parent c97ee9d commit ed1775f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sql/data.sql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,6 @@ INSERT INTO llx_c_email_templates (module,type_template,label,lang,position,topi
109109
--INSERT INTO llx_c_ticket_category (code,pos,label,active,use_default,description,fk_parent,force_severity,public) VALUES ('TIGRP-TECHISSUE-SLOW',45,'The application responds slowly',1,0,NULL,4,NULL,1);
110110
--INSERT INTO llx_c_ticket_category (code,pos,label,active,use_default,description,fk_parent,force_severity,public) VALUES ('TIGRP-TECHISSUE-OTHER',46,'Other (bug, error, access broken, ...)',1,0,NULL,4,NULL,1);
111111

112-
INSERT INTO llx_c_sellyoursaas_source_choice (code, label, pos, active) VALUES ('SITE', 'DOLIBARR WEB SITE', 10, 0);
113-
INSERT INTO llx_c_sellyoursaas_source_choice (code, label, pos, active) VALUES ('MTM', 'MOUTH TO MOUTH', 20, 0);
114-
INSERT INTO llx_c_sellyoursaas_source_choice (code, label, pos, active) VALUES ('OTHER', 'OTHER', 30, 0);
112+
INSERT INTO llx_c_sellyoursaas_source_choice (code, label, pos, active) VALUES ('SITE', 'WEB SITE', 10, 0);
113+
INSERT INTO llx_c_sellyoursaas_source_choice (code, label, pos, active) VALUES ('MTM', 'MOUTH TO MOUTH', 20, 0);
114+
INSERT INTO llx_c_sellyoursaas_source_choice (code, label, pos, active) VALUES ('OTHER', 'OTHER', 30, 0);

0 commit comments

Comments
 (0)