X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=site_perl%2Fcust_pay.pm;h=2cb256baac4531ea0ca4ebfd7f1cfd296d384ac9;hb=05c60524e89b7b0f0f70a531c7b7f56db45a3d9d;hp=fc9112b00efbfeb4a176390e6a2c14311f2cdf98;hpb=1f2d8690193476319d61b20b78461eb1a3ff106e;p=freeside.git diff --git a/site_perl/cust_pay.pm b/site_perl/cust_pay.pm index fc9112b00..2cb256baa 100644 --- a/site_perl/cust_pay.pm +++ b/site_perl/cust_pay.pm @@ -89,6 +89,7 @@ sub insert { local $SIG{QUIT} = 'IGNORE'; local $SIG{TERM} = 'IGNORE'; local $SIG{TSTP} = 'IGNORE'; + local $SIG{PIPE} = 'IGNORE'; $error = $new_cust_bill->replace($old_cust_bill); return "Error modifying cust_bill: $error" if $error; @@ -170,7 +171,7 @@ sub check { =head1 VERSION -$Id: cust_pay.pm,v 1.2 1998-12-29 11:59:43 ivan Exp $ +$Id: cust_pay.pm,v 1.3 1999-01-25 12:26:11 ivan Exp $ =head1 BUGS @@ -189,7 +190,10 @@ new api ivan@sisd.com 98-mar-13 pod ivan@sisd.com 98-sep-21 $Log: cust_pay.pm,v $ -Revision 1.2 1998-12-29 11:59:43 ivan +Revision 1.3 1999-01-25 12:26:11 ivan +yet more mod_perl stuff + +Revision 1.2 1998/12/29 11:59:43 ivan mostly properly OO, some work still to be done with svc_ stuff