mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Merge branch 'ent-7629-Error-500-en-borrado-selectivo-de-items-de-informes' into 'develop'
Ent 7629 error 500 en borrado selectivo de items de informes See merge request artica/pandorafms!4175
This commit is contained in:
commit
ab3a7e9d2d
@ -451,6 +451,14 @@ switch ($action) {
|
||||
} else {
|
||||
$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;
|
||||
|
||||
case 'delete_items_pos':
|
||||
|
Loading…
x
Reference in New Issue
Block a user