X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fcust_main.pm;h=90256bd8197a2e602355fb51bdf5fceb7fb0025b;hp=9a300cdc995981ae1153599a57de5a2122310231;hb=faa774764df03c6f3280177f6adfcd2214995a13;hpb=e6163f4fbcde29824afc6166ca63b1d946d2a0df diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm index 9a300cdc9..90256bd81 100644 --- a/FS/FS/cust_main.pm +++ b/FS/FS/cust_main.pm @@ -5426,7 +5426,7 @@ sub queueable_upgrade { local($import) = 1;#prevent automatic geocoding (need its own variable?) my $error = $record->replace; - die $error if $error; + die "Error replacing $table ".$record->get($record->primary_key).": $error" if $error; } }