if $sclient->config_value(apps => 'open-ils.search',
app_settings => 'use_staged_search') =~ /true/i;
- $arghash->{preferred_language} = $U->get_org_locale($arghash->{org_unit})
- unless $arghash->{preferred_language};
+ # XXX This stops the session locale from doing the right thing.
+ # XXX Revisit this and have it translate to a lang instead of a locale.
+ #$arghash->{preferred_language} = $U->get_org_locale($arghash->{org_unit})
+ # unless $arghash->{preferred_language};
$method = $self->method_lookup($method);
my ($data) = $method->run($arghash, $docache);