Added extra data showing
This commit is contained in:
parent
af9069b17a
commit
3b8b5b97f4
5 changed files with 104 additions and 35 deletions
|
@ -22,7 +22,6 @@ sub import_csv {
|
|||
}
|
||||
}
|
||||
|
||||
use Devel::Dwarn;
|
||||
sub _row_to_result {
|
||||
my ( $self, $row ) = @_;
|
||||
|
||||
|
@ -37,7 +36,7 @@ sub _row_to_result {
|
|||
|
||||
return unless $postcode_r;
|
||||
return if $postcode_r->ward;
|
||||
|
||||
|
||||
$postcode_r->update({ ward_id => $ward->id });
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue