Fixed url

This commit is contained in:
Daniel Maya 2021-06-04 14:52:53 +02:00
parent 9070ababed
commit 11a6c41728
1 changed files with 8 additions and 0 deletions

View File

@ -449,6 +449,14 @@ switch ($action) {
} else { } else {
$resultOperationDB = false; $resultOperationDB = false;
} }
header(
sprintf(
'Location: %sindex.php?sec=reporting&sec2=godmode/reporting/reporting_builder&tab=list_items&action=edit&id_report=%d',
$config['homeurl'],
$idReport
)
);
break; break;
case 'delete_items_pos': case 'delete_items_pos':