diff options
| author | jeff <jeff> | 2007-01-17 23:27:18 +0000 | 
|---|---|---|
| committer | jeff <jeff> | 2007-01-17 23:27:18 +0000 | 
| commit | be10e7a1421c13eec4b1bb3676eaf5c84344e601 (patch) | |
| tree | 49c042b08d310791618b97d35d5102018f822650 /httemplate/edit | |
| parent | 82caef6fbd6148a5a6a1d1149a13e23515551148 (diff) | |
link to customer from manual payment screen (ticket 1414)
Diffstat (limited to 'httemplate/edit')
| -rwxr-xr-x | httemplate/edit/svc_acct.cgi | 3 | 
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>  % }  | 
