diff options
author | ivan <ivan> | 1999-08-12 04:32:21 +0000 |
---|---|---|
committer | ivan <ivan> | 1999-08-12 04:32:21 +0000 |
commit | c81882184aba764c5aa17ee22e7b73718ac7a281 (patch) | |
tree | 57b068c5922c20cddc07f8adc418aa2fdcdd3867 /htdocs/misc/bill.cgi | |
parent | 6ce5ed47f0108896bc9d32a348b5afa44bd09c84 (diff) |
hidecancelledcustomers
Diffstat (limited to 'htdocs/misc/bill.cgi')
-rwxr-xr-x | htdocs/misc/bill.cgi | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/htdocs/misc/bill.cgi b/htdocs/misc/bill.cgi index 2c17baec7..52323ba59 100755 --- a/htdocs/misc/bill.cgi +++ b/htdocs/misc/bill.cgi @@ -1,6 +1,6 @@ #!/usr/bin/perl -Tw # -# $Id: bill.cgi,v 1.4 1999-01-19 05:14:02 ivan Exp $ +# $Id: bill.cgi,v 1.5 1999-08-12 04:32:21 ivan Exp $ # # s/FS:Search/FS::Record/ and cgisuidsetup($cgi) ivan@sisd.com 98-mar-13 # @@ -8,7 +8,10 @@ # bmccane@maxbaud.net 98-apr-3 # # $Log: bill.cgi,v $ -# Revision 1.4 1999-01-19 05:14:02 ivan +# Revision 1.5 1999-08-12 04:32:21 ivan +# hidecancelledcustomers +# +# Revision 1.4 1999/01/19 05:14:02 ivan # for mod_perl: no more top-level my() variables; use vars instead # also the last s/create/new/; # @@ -51,5 +54,5 @@ $error = $cust_main->collect( ); &eidiot($error) if $error; -print $cgi->redirect(popurl(2). "view/cust_main.cgi?$custnum#history"); +print $cgi->redirect(popurl(2). "view/cust_main.cgi?$custnum"); |