}
my $org_unit;
if ($location) {
- # Because Auto-Graphics. (This should be configured somehow.)
- $location =~ s/^[^-]+-//;
$org_unit = $self->retrieve_org_unit_by_shortname($location);
}
if ($request && $message && !$org_unit) {
$location = $request->{$message}->{InitiationHeader}->{ToAgencyId}->{AgencyId};
if ($location) {
- # Because Auto-Graphics. (This should be configured somehow.)
- $location =~ s/^[^-]+-//;
$org_unit = $self->retrieve_org_unit_by_shortname($location);
}
}