From: ivan Date: Wed, 16 Mar 2011 07:41:02 +0000 (+0000) Subject: scrub bogus start dates X-Git-Tag: freeside_2_3_0~487 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=f82dc3d547816ca36165e224570edb5edd95631f scrub bogus start dates --- diff --git a/bin/b-move-customers b/bin/b-move-customers index c17046bf2..411846f3b 100755 --- a/bin/b-move-customers +++ b/bin/b-move-customers @@ -256,6 +256,9 @@ while ( my $customerrow = $customer_sth->fetchrow_hashref ) { 'preinsert_callback' => sub { my($row, $object) = @_; + + $object->start_date(''); #bogus start dates on all packages + my $src_svcpart = $row->{'svcpart'} or die "wtf2"; my $dest_svcpart = $map{'part_svc'}->{$src_svcpart}; if ( $dest_svcpart ) {