diff options
author | ivan <ivan> | 2008-11-09 11:31:21 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-11-09 11:31:21 +0000 |
commit | 62413787ffcf1180acb93e4f787c3e8610c2564b (patch) | |
tree | f237d248c6ae64ac253d8b58ef4093e9030824d4 | |
parent | 63ec397ccea7b71f6ae9b77db7f905c1a56d430d (diff) |
move batch customer import to its own file; add svc_external_svc_phone export format, RT#4103
-rw-r--r-- | FS/FS/cust_main/Import.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/FS/FS/cust_main/Import.pm b/FS/FS/cust_main/Import.pm index 4f377b9b4..5c00c6642 100644 --- a/FS/FS/cust_main/Import.pm +++ b/FS/FS/cust_main/Import.pm @@ -355,7 +355,6 @@ sub batch_import { push @svc_x, $class->new( \%svc_x ); } if ( $svc_phone ) { - warn $part_pkg->svcpart_unique_svcdb('svc_phone'); $svc_phone->svcpart( $part_pkg->svcpart_unique_svcdb('svc_phone') ); push @svc_x, $svc_phone; } |