summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/cust_pay_pending.html
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-09-08 15:16:51 -0700
committerMark Wells <mark@freeside.biz>2016-09-08 15:16:51 -0700
commitfc6b09e0585fd50f4d31f8de75f891b4bfece178 (patch)
tree879f697f7f2cf7f416470831fe57c8545673200c /httemplate/edit/process/cust_pay_pending.html
parent162097d4e2bd08efd71d998406c14cbfeb108d0b (diff)
prevent reload loops on process pages, #71249
Diffstat (limited to 'httemplate/edit/process/cust_pay_pending.html')
-rw-r--r--httemplate/edit/process/cust_pay_pending.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/process/cust_pay_pending.html b/httemplate/edit/process/cust_pay_pending.html
index 0ff7d26d0..80bd14aaf 100644
--- a/httemplate/edit/process/cust_pay_pending.html
+++ b/httemplate/edit/process/cust_pay_pending.html
@@ -3,7 +3,7 @@
<FONT SIZE="+1" COLOR="#ff0000">Error: <% $error |h %></FONT>
% } else {
<SCRIPT TYPE="text/javascript">
- window.top.location.reload();
+ topreload();
</SCRIPT>
% }
</BODY>