X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=bin%2Fb-move-customers;h=026e4cc35265bf8d7536d43c8610d10a35fae9c6;hp=c17046bf28af2f66eacfd37191da701a4b5f8258;hb=refs%2Fheads%2F37802;hpb=d2b8818ae62696a1503faf12cb991c42e2d40e92 diff --git a/bin/b-move-customers b/bin/b-move-customers index c17046bf2..026e4cc35 100755 --- a/bin/b-move-customers +++ b/bin/b-move-customers @@ -201,6 +201,9 @@ while ( my $customerrow = $customer_sth->fetchrow_hashref ) { import_table( 'cust_pkg', 'custnum' => $src_custnum, 'preinsert_callback' => sub { my($row, $object) = @_; + + $object->start_date(''); #bogus start dates on all packages + my $src_pkgpart = $row->{'pkgpart'} or die "wtf"; my $dest_pkgpart = $map{'part_pkg'}->{$src_pkgpart}; if ( $dest_pkgpart ) {