Bug 11613

Summary: Advanced search "standard number" options are confusing
Product: Koha Reporter: paxed <pasi.kallinen>
Component: OPACAssignee: Owen Leonard <oleonard>
Status: RESOLVED DUPLICATE QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

Description paxed 2014-01-27 06:51:19 UTC
From bootstrap/en/modules/opac-advsearch.tt:


     [% IF ( numbersphr) %]
               <option value="sn,phr">Standard number</option>
     [% ELSE %]
               <option value="sn">Standard number</option>
     [% END %]
               <option value="sn">Standard number</option>


The patron cannot be expected to know what the difference is between the two "Standard number" entries.
And if numbersphr is not on, there isn't any difference.
Comment 1 Owen Leonard 2014-01-27 14:00:53 UTC
I've changed the title of this bug to reflect the fact that it is not specific to Bootstrap.

It looks to me like the change introduced in Bug 9395 was intended to remove the "sn" option altogether in cases where the system is configured to use "sn,phr" by default. Can anyone confirm?
Comment 2 Katrin Fischer 2014-03-13 08:40:20 UTC

*** This bug has been marked as a duplicate of bug 10936 ***