AAAH#39132 open goedgekeurde factuur naar juiste pagina verwijzen
svn path=/Website/branches/v2016.3/; revision=32477
This commit is contained in:
@@ -8,7 +8,7 @@ function fin_change(fin_status)
|
||||
{
|
||||
FcltMgr.confirm(L("lcl_fin_approve_again"), { autoconfirm: fin_status != 6 }, function() {
|
||||
if (FcltMgr.startEdit(window))
|
||||
window.location.href = "fin_edit_factuur.asp?fin_key=" + fin_key + "&embedded=1";
|
||||
window.location.href = "../fin/fin_edit_factuur.asp?fin_key=" + fin_key + "&embedded=1";
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user