summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2017-01-31 18:05:11 -0800
committerIvan Kohler <ivan@freeside.biz>2017-01-31 18:05:11 -0800
commitfaa774764df03c6f3280177f6adfcd2214995a13 (patch)
treee1a3d7e21a2fe3e17b70e890658cc83c8197df7f
parent219264fd9a80e8819ce275ac3bd71a685af95e27 (diff)
parenta6c5bd2d56ad177a8f79ac0aa5c88b389513dc82 (diff)
Merge branch 'master' of git.freeside.biz:/home/git/freeside
-rw-r--r--FS/FS/cust_main.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm
index 9a300cd..90256bd 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;
}
}