throw an exception if Avalara is misconfigured, and clean up exception handling for...
[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;