diff options
author | Mark Wells <mark@freeside.biz> | 2016-09-08 15:16:51 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2016-09-08 15:16:51 -0700 |
commit | fc6b09e0585fd50f4d31f8de75f891b4bfece178 (patch) | |
tree | 879f697f7f2cf7f416470831fe57c8545673200c /httemplate/edit/process/cust_pay-no_auto_apply.cgi | |
parent | 162097d4e2bd08efd71d998406c14cbfeb108d0b (diff) |
prevent reload loops on process pages, #71249
Diffstat (limited to 'httemplate/edit/process/cust_pay-no_auto_apply.cgi')
-rw-r--r-- | httemplate/edit/process/cust_pay-no_auto_apply.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/process/cust_pay-no_auto_apply.cgi b/httemplate/edit/process/cust_pay-no_auto_apply.cgi index ccbd2d7b5..4a5ee841a 100644 --- a/httemplate/edit/process/cust_pay-no_auto_apply.cgi +++ b/httemplate/edit/process/cust_pay-no_auto_apply.cgi @@ -15,7 +15,7 @@ Requires 'Apply payment' acl. <P STYLE="font-weight: bold;"><% emt($message) %></P> <P><% emt('Please wait while the page reloads.') %></P> <SCRIPT TYPE="text/javascript"> -window.top.location.reload(); +topreload(); </SCRIPT> % } |