File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ public static function cronSyncIssues(CronTask $task) {
7777 NULL AS `id`,
7878 CONCAT('f_',`fanswer`.`id`) AS `display_id`,
7979 `fanswer`.`id` AS `original_id`,
80- 'PluginFormcreatorFormAnswer' AS `sub_itemtype`,
80+ 'PluginFormcreatorFormAnswer' AS `sub_itemtype`,
8181 `f`.`name` AS `name`,
8282 `fanswer`.`status` AS `status`,
8383 `fanswer`.`request_date` AS `date_creation`,
@@ -87,7 +87,7 @@ public static function cronSyncIssues(CronTask $task) {
8787 `fanswer`.`requester_id` AS `requester_id`,
8888 `fanswer`.`users_id_validator` AS `validator_id`,
8989 `fanswer`.`comment` AS `comment`
90- FROM `glpi_plugin_formcreator_forms_answers ` AS `fanswer`
90+ FROM `glpi_plugin_formcreator_formanswers ` AS `fanswer`
9191 LEFT JOIN `glpi_plugin_formcreator_forms` AS `f`
9292 ON`f`.`id` = `fanswer`.`plugin_formcreator_forms_id`
9393 LEFT JOIN `glpi_items_tickets` AS `itic`
You can’t perform that action at this time.
0 commit comments