diff --git a/sql/data_fr.sql b/sql/data_fr.sql
index 9dc0cc6901eca5e5b236d3a9ced8e009e33c7769..c2cddd51c20481834501b020edfa59240dca3bce 100755
--- a/sql/data_fr.sql
+++ b/sql/data_fr.sql
@@ -1351,8 +1351,8 @@ Select setval('foldertype_id_id_seq', (select max(foldertype_id)+1 from folderty
 --TEMPLATES_DOCTYPE_EXT--
 ------------
 TRUNCATE TABLE templates_doctype_ext;
-INSERT INTO templates_doctype_ext (template_id, type_id, is_generated) VALUES (3, 109, 'Y');
-INSERT INTO templates_doctype_ext (template_id, type_id, is_generated) VALUES (9, 109, 'Y');
+INSERT INTO templates_doctype_ext (template_id, type_id, is_generated) VALUES (3, 1201, 'Y');
+INSERT INTO templates_doctype_ext (template_id, type_id, is_generated) VALUES (9, 1202, 'Y');
 ------------
 --FOLDERS
 ------------