RT#24684: Payments for Online Bill Pay
[freeside.git] / FS / FS / quotation.pm
index 45f3522..8843a87 100644 (file)
@@ -571,6 +571,7 @@ sub estimate {
 
   ###### BEGIN TRANSACTION ######
   local $@;
+  local $SIG{__DIE__};
   eval {
     my $temp_dbh = myconnect();
     local $FS::UID::dbh = $temp_dbh;