when editing exports and there's a duplicate error, show all conflicting accounts...
[freeside.git] / FS / FS / rate.pm
index f19ebf0..a471e2e 100644 (file)
@@ -363,7 +363,7 @@ sub process {
     #$ratenum = $rate->getfield('ratenum');
   }
 
-  die $error if $error;
+  die "$error\n" if $error;
 
 }