diff options
author | ivan <ivan> | 2001-12-26 15:07:06 +0000 |
---|---|---|
committer | ivan <ivan> | 2001-12-26 15:07:06 +0000 |
commit | 371e7a9c14b0feb83a802f624a8dceda5fecbcbf (patch) | |
tree | 755a4182ef3a07f95ee39848a087e9d298d9ea1f /httemplate/edit/cust_credit.cgi | |
parent | d2f2a080fa2a94c0dd1535b87b3d8f6a59fb2bbb (diff) |
fix posting credit
Diffstat (limited to 'httemplate/edit/cust_credit.cgi')
-rwxr-xr-x | httemplate/edit/cust_credit.cgi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/edit/cust_credit.cgi b/httemplate/edit/cust_credit.cgi index 63732f86c..e61463e07 100755 --- a/httemplate/edit/cust_credit.cgi +++ b/httemplate/edit/cust_credit.cgi @@ -1,5 +1,5 @@ <% -#<!-- $Id: cust_credit.cgi,v 1.6 2001-12-26 04:25:04 ivan Exp $ --> +#<!-- $Id: cust_credit.cgi,v 1.7 2001-12-26 15:07:06 ivan Exp $ --> use strict; use vars qw( $cgi $query $custnum $otaker $p1 $_date $amount $reason ); @@ -45,6 +45,7 @@ print qq!<FONT SIZE="+1" COLOR="#ff0000">Error: !, $cgi->param('error'), print <<END, small_custview($custnum, $conf->config('countrydefault')); <FORM ACTION="${p1}process/cust_credit.cgi" METHOD=POST> <INPUT TYPE="hidden" NAME="crednum" VALUE=""> + <INPUT TYPE="hidden" NAME="custnum" VALUE="$custnum"> <INPUT TYPE="hidden" NAME="paybatch" VALUE=""> <INPUT TYPE="hidden" NAME="_date" VALUE="$_date"> <INPUT TYPE="hidden" NAME="credited" VALUE=""> |