Commit 9ec5c9d3 authored by Hillesheim's avatar Hillesheim
Browse files

Iniciado tela do encerramento do projeto

parent 84d66ea9
No related merge requests found
Showing with 271 additions and 379 deletions
+271 -379
This diff is collapsed.
......@@ -8,7 +8,6 @@ $msg = '';
if (!$obj->bind( $_POST )) {
$AppUI->setMsg( $obj->getError(), UI_MSG_ERROR );
$AppUI->redirect();
}
require_once(DP_BASE_DIR . '/classes/CustomFields.class.php');
......@@ -41,6 +40,7 @@ if ($del) {
$AppUI->setMsg( $isNotNew ? 'Post Mortem updated' : 'Post Mortem inserted', UI_MSG_OK);
}
$AppUI->redirect();
// $AppUI->redirect();
}
exit();
?>
......@@ -344,6 +344,10 @@ $style = ((($actual_end_date > $end_date) && !empty($end_date)) ? 'style="color:
break;
}
} else if ($tab == 2) {
} else if ($tab == 3) {
require_once DP_BASE_DIR . '/modules/closure/addedit.php';
}
?>
</fieldset>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment