summaryrefslogtreecommitdiff
path: root/httemplate/edit/svc_acct.cgi
diff options
context:
space:
mode:
authorjeff <jeff>2007-01-17 23:27:18 +0000
committerjeff <jeff>2007-01-17 23:27:18 +0000
commitbe10e7a1421c13eec4b1bb3676eaf5c84344e601 (patch)
tree49c042b08d310791618b97d35d5102018f822650 /httemplate/edit/svc_acct.cgi
parent82caef6fbd6148a5a6a1d1149a13e23515551148 (diff)
link to customer from manual payment screen (ticket 1414)
Diffstat (limited to 'httemplate/edit/svc_acct.cgi')
-rwxr-xr-xhttemplate/edit/svc_acct.cgi3
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/edit/svc_acct.cgi b/httemplate/edit/svc_acct.cgi
index f42c14618..ebaa4b2ba 100755
--- a/httemplate/edit/svc_acct.cgi
+++ b/httemplate/edit/svc_acct.cgi
@@ -134,7 +134,8 @@
% }
% if ( $cust_main ) {
- <% include( '/elements/small_custview.html', $cust_main, '', 1 ) %>
+ <% include( '/elements/small_custview.html', $cust_main, '', 1,
+ popurl(2) . "view/cust_main.cgi") %>
<BR>
% }