summaryrefslogtreecommitdiff
path: root/FS/FS/part_svc.pm
diff options
context:
space:
mode:
authorivan <ivan>2005-11-21 15:24:39 +0000
committerivan <ivan>2005-11-21 15:24:39 +0000
commitc934eb18a66126faab43459780940bfdb19b30ad (patch)
treef6bba4812ed18dd02cb2aeed96fe297191b1e71c /FS/FS/part_svc.pm
parent30ceabb9d40844452fae8e7c5535fd6a6738b0cd (diff)
when editing exports and there's a duplicate error, show all conflicting accounts not just the ones for different customers
Diffstat (limited to 'FS/FS/part_svc.pm')
-rw-r--r--FS/FS/part_svc.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_svc.pm b/FS/FS/part_svc.pm
index d3073f9..1a478a9 100644
--- a/FS/FS/part_svc.pm
+++ b/FS/FS/part_svc.pm
@@ -562,7 +562,7 @@ sub process {
$param->{'svcpart'} = $new->getfield('svcpart');
}
- die $error if $error;
+ die "$error\n" if $error;
}
=item process_bulk_cust_svc