diff options
author | ivan <ivan> | 2010-07-27 01:48:23 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-07-27 01:48:23 +0000 |
commit | d0cfae64ac8c44a379b0f64e4f47a678ecd8fe77 (patch) | |
tree | 63400d5a9d191462dc0eab8cf768104a8a5212eb /httemplate/view/cust_main.cgi | |
parent | 8fee1eff267694b2f0bcd5ecc732b814034ba612 (diff) |
add test page for maestro status, RT#9381
Diffstat (limited to 'httemplate/view/cust_main.cgi')
-rwxr-xr-x | httemplate/view/cust_main.cgi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/httemplate/view/cust_main.cgi b/httemplate/view/cust_main.cgi index a196c7510..f6bef43ba 100755 --- a/httemplate/view/cust_main.cgi +++ b/httemplate/view/cust_main.cgi @@ -90,6 +90,9 @@ function areyousure(href, message) { This customer's signup URL: <A HREF="<% $signupurl %>?ref=<% $custnum %>"><% $signupurl %>?ref=<% $custnum %></A><BR><BR> % } +%if ( $conf->exists('maestro-status_test') ) { + <A HREF="<% $p %>misc/maestro-customer_status-test.html?<% $custnum %>">Test maestro status</A><BR><BR> +% } <A NAME="cust_main"></A> <TABLE BORDER=0> |