1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-06-05 22:09:38 +02:00

Bugfix minori

This commit is contained in:
Thomas Zilio
2019-07-25 15:48:28 +02:00
parent 854c3255dc
commit d6149265bf
8 changed files with 39 additions and 14 deletions

View File

@@ -283,6 +283,7 @@ function redirectOperation($id_module, $id_record)
if (!empty($backto)) {
$hash = filter('hash');
$hash = !starts_with($hash, '#') ? '#'.$hash : $hash;
$hash = $hash == '#tab_0' ? '' : $hash;
if ($backto == 'record-edit') {
redirect(ROOTDIR.'/editor.php?id_module='.$id_module.'&id_record='.$id_record.$hash);