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

Introduzione delle funzioni session_get e session_set

This commit is contained in:
Dasc3er
2020-09-23 17:53:19 +02:00
parent bfa4f12a30
commit 11f79330e5
101 changed files with 231 additions and 191 deletions

View File

@@ -28,7 +28,7 @@ $(document).ready(function() {
});
</script>';
$skip_link = $has_next ? base_link().'/editor.php?id_module='.$id_module.'&id_plugin='.$id_plugin.'&id_record='.($id_record + 1).'&sequence='.get('sequence') : base_link().'/editor.php?id_module='.$id_module;
$skip_link = $has_next ? base_path().'/editor.php?id_module='.$id_module.'&id_plugin='.$id_plugin.'&id_record='.($id_record + 1).'&sequence='.get('sequence') : base_path().'/editor.php?id_module='.$id_module;
if (empty($fattura_pa)) {
if (!empty($error)) {