diff options
| author | Christopher Burger <burgerc@freeside.biz> | 2018-01-12 15:36:13 -0500 |
|---|---|---|
| committer | Christopher Burger <burgerc@freeside.biz> | 2018-01-13 12:49:09 -0500 |
| commit | e04426158a654a07dcf17f58befc5c77737f3909 (patch) | |
| tree | 0f3de3d6989360d8f5b55fdfbd06fe4f2321258b /httemplate/pref/pref-process.html | |
| parent | 4bc22241c53c2c990b81d99afd870f5158e3daac (diff) | |
RT# 78617 - fixed preference field customer_view_emails to only except whole numbers, also added redirection back to preference page after edit.
Diffstat (limited to 'httemplate/pref/pref-process.html')
| -rw-r--r-- | httemplate/pref/pref-process.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/pref/pref-process.html b/httemplate/pref/pref-process.html index 75e57958f..96d301815 100644 --- a/httemplate/pref/pref-process.html +++ b/httemplate/pref/pref-process.html @@ -4,6 +4,7 @@ % } else { <% include('/elements/header.html', mt('Preferences updated')) %> <% include('/elements/footer.html') %> +<% $cgi->redirect(popurl(1). "pref.html?alert=Preferences updated" ) %> % } <%init> |
