Hi!
I'm in Documents modules.
I'm in http://www.doc.it/doc/index.php page in EditView.
Here I have a link to DocumentView.html where I have a select option. When I click on save button I need to return to page http://www.doc.it/doc/index.php page.
so I use :
header("Location: index.php?return_action=index"); with
$xtpl->assign("RETURN_ACTION", "EditView");

but is wrong..

can you help me?Is the first time that I use sugar