X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fquotation.pm;h=8843a8709989da36d557474a635fa6645051b848;hb=588a331885d89bf8eb4f79ab4822e15c0e917329;hp=45f35229f424bdbe672169f4e02aae955f461eb7;hpb=ad3bcb39580173f0ac1b6357cb49515d48af7ddf;p=freeside.git diff --git a/FS/FS/quotation.pm b/FS/FS/quotation.pm index 45f35229f..8843a8709 100644 --- a/FS/FS/quotation.pm +++ b/FS/FS/quotation.pm @@ -571,6 +571,7 @@ sub estimate { ###### BEGIN TRANSACTION ###### local $@; + local $SIG{__DIE__}; eval { my $temp_dbh = myconnect(); local $FS::UID::dbh = $temp_dbh;