Bug 10330: (follow-up) fix missed case of authoritysep

$ git grep authoritysep
This showed:
1) the updatedatabase.pl script, as expected,
2) lots of po files,
3) a test file that was missed.

TEST PLAN
---------
1) prove -v t/db_dependent/Search.t
2) Run koha QA test tools

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Work (both patches). Test pass. No koha-qa errors

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
This commit is contained in:
Mark Tompsett 2014-04-10 00:13:29 -04:00 committed by Galen Charlton
parent ad6d367763
commit 4219063f34

View file

@ -113,7 +113,7 @@ $contextmodule->mock('preference', sub {
return '';
} elsif ($pref eq 'AlternateHoldingsField') {
return '490av';
} elsif ($pref eq 'authoritysep') {
} elsif ($pref eq 'AuthoritySeparator') {
return '--';
} elsif ($pref eq 'DisplayLibraryFacets') {
return 'holding';