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/misc/payment.cgi | |
parent | 82caef6fbd6148a5a6a1d1149a13e23515551148 (diff) |
link to customer from manual payment screen (ticket 1414)
Diffstat (limited to 'httemplate/misc/payment.cgi')
-rw-r--r-- | httemplate/misc/payment.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/payment.cgi b/httemplate/misc/payment.cgi index 73a9c6297..728eba7b9 100644 --- a/httemplate/misc/payment.cgi +++ b/httemplate/misc/payment.cgi @@ -31,7 +31,7 @@ % <% include( '/elements/header.html', "Process $type{$payby} payment" ) %> -<% include( '/elements/small_custview.html', $cust_main ) %> +<% include( '/elements/small_custview.html', $cust_main, '', '', popurl(2) . "view/cust_main.cgi" ) %> <FORM NAME="OneTrueForm" ACTION="process/payment.cgi" METHOD="POST" onSubmit="document.OneTrueForm.process.disabled=true"> <INPUT TYPE="hidden" NAME="custnum" VALUE="<% $custnum %>"> <INPUT TYPE="hidden" NAME="payby" VALUE="<% $payby %>"> |