diff options
Diffstat (limited to 'bin/send-reports')
-rwxr-xr-x | bin/send-reports | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/send-reports b/bin/send-reports index 9d6f79d36..b55447e8a 100755 --- a/bin/send-reports +++ b/bin/send-reports @@ -79,7 +79,7 @@ while (my $row = $unsent->next) { # If we are in the UK include eastings and northings, and nearest stuff $h{easting_northing} = ''; - if ( mySociety::Config::get('COUNTRY') eq 'GB' ) { + if ( $cobrand->country eq 'GB' ) { ( $h{easting}, $h{northing} ) = Utils::convert_latlon_to_en( $h{latitude}, $h{longitude} ); |