X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=htdocs%2Fedit%2Fprocess%2Fcust_credit.cgi;h=ea9c5a3a2bfce1d9718a8e1b0f879e7015102915;hb=6cd87c0d3b5280446301c647fa5f1ec5a593fa3f;hp=f95688197d38d4c6c2dc88870589b60136d0b929;hpb=6e5eed5d49163fdb06f16c735ab43486c047011d;p=freeside.git diff --git a/htdocs/edit/process/cust_credit.cgi b/htdocs/edit/process/cust_credit.cgi index f95688197..ea9c5a3a2 100755 --- a/htdocs/edit/process/cust_credit.cgi +++ b/htdocs/edit/process/cust_credit.cgi @@ -1,12 +1,10 @@ #!/usr/bin/perl -Tw # -# $Id: cust_credit.cgi,v 1.5 1999-01-25 12:09:59 ivan Exp $ +# $Id: cust_credit.cgi,v 1.7 1999-04-07 15:23:05 ivan Exp $ # # Usage: post form to: # http://server.name/path/cust_credit.cgi # -# Note: Should be run setuid root as user nobody. -# # ivan@voicenet.com 96-dec-05 -> 96-dec-08 # # post a refund if $new_paybatch @@ -22,7 +20,13 @@ # bmccane@maxbaud.net 98-apr-3 # # $Log: cust_credit.cgi,v $ -# Revision 1.5 1999-01-25 12:09:59 ivan +# Revision 1.7 1999-04-07 15:23:05 ivan +# don't use anchor in redirect +# +# Revision 1.6 1999/02/28 00:03:41 ivan +# removed misleading comments +# +# Revision 1.5 1999/01/25 12:09:59 ivan # yet more mod_perl stuff # # Revision 1.4 1999/01/19 05:13:49 ivan @@ -66,7 +70,7 @@ if ( $error ) { $cgi->param('error', $error); print $cgi->redirect(popurl(2). "cust_credit.cgi?". $cgi->query_string ); } else { - print $cgi->redirect(popurl(3). "view/cust_main.cgi?$custnum#history"); + print $cgi->redirect(popurl(3). "view/cust_main.cgi?$custnum"); }