summaryrefslogtreecommitdiff
path: root/httemplate/pref/pref-process.html
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2018-01-12 15:36:13 -0500
committerChristopher Burger <burgerc@freeside.biz>2018-01-12 15:36:13 -0500
commit7c2e37568823941b026b990c4db3bccd413d2d6e (patch)
tree7b8396bc5e11e20204f7fef9d0dc5fa2bc60bad7 /httemplate/pref/pref-process.html
parent75b56ebe174c4703270670a33e1b248cf641f92c (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.html1
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>