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:
parent
ad6d367763
commit
4219063f34
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||
|
|
Loading…
Reference in a new issue