X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=site_perl%2Fcust_refund.pm;h=4ec54907d806c67f199607368aec55982ea9f9c5;hb=1e3eae905b861761f93643aa5fce14a8be5d9ed2;hp=0778473a9c104e5c69542aeb71edfd8448b7183f;hpb=1f2d8690193476319d61b20b78461eb1a3ff106e;p=freeside.git diff --git a/site_perl/cust_refund.pm b/site_perl/cust_refund.pm index 0778473a9..4ec54907d 100644 --- a/site_perl/cust_refund.pm +++ b/site_perl/cust_refund.pm @@ -91,6 +91,7 @@ sub insert { local $SIG{QUIT} = 'IGNORE'; local $SIG{TERM} = 'IGNORE'; local $SIG{TSTP} = 'IGNORE'; + local $SIG{PIPE} = 'IGNORE'; $error = $new_cust_credit->replace($old_cust_credit); return "Error modifying cust_credit: $error" if $error; @@ -170,7 +171,7 @@ sub check { =head1 VERSION -$Id: cust_refund.pm,v 1.2 1998-12-29 11:59:46 ivan Exp $ +$Id: cust_refund.pm,v 1.3 1999-01-25 12:26:13 ivan Exp $ =head1 BUGS @@ -190,7 +191,10 @@ ivan@sisd.com 98-mar-18 pod and finish up ivan@sisd.com 98-sep-21 $Log: cust_refund.pm,v $ -Revision 1.2 1998-12-29 11:59:46 ivan +Revision 1.3 1999-01-25 12:26:13 ivan +yet more mod_perl stuff + +Revision 1.2 1998/12/29 11:59:46 ivan mostly properly OO, some work still to be done with svc_ stuff