Added supplier location endpoint
This commit is contained in:
parent
df90f62b7a
commit
5e078f8f8b
8 changed files with 414 additions and 1 deletions
|
@ -36,7 +36,6 @@ sub run {
|
|||
split_postcode => 1,
|
||||
);
|
||||
|
||||
use Devel::Dwarn;
|
||||
my $pc_rs = $self->app->schema->resultset('GbPostcode');
|
||||
while ( my $pc = $iter->() ) {
|
||||
$pc_rs->find_or_create(
|
||||
|
|
Reference in a new issue