@@ -, +, @@ when entering suggestion from existing bibs --- .../bootstrap/en/modules/opac-suggestions.tt | 45 ++++++++++++++++--- opac/opac-suggestions.pl | 14 +++++- 2 files changed, 52 insertions(+), 7 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt @@ -113,7 +113,10 @@ [% END %] [% UNLESS ( isbn_hidden )%]
  • - [% IF ( isbn_required ) %] + [% IF ( biblionumber ) %] + + [% isbn | html %] + [% ELSIF ( isbn_required ) %]
    Required
    @@ -125,7 +128,10 @@ [% END %] [% UNLESS ( publishercode_hidden ) %]
  • - [% IF ( publishercode_required ) %] + [% IF ( biblionumber ) %] + + [% publishercode | html %] + [% ELSIF ( publishercode_required ) %]
    Required
    @@ -137,7 +143,10 @@ [% END %] [% UNLESS ( collectiontitle_hidden ) %]
  • - [% IF ( collectiontitle_required ) %] + [% IF ( biblionumber ) %] + + [% collectiontitle | html %] + [% ELSIF ( collectiontitle_required ) %]
    Required
    @@ -149,7 +158,10 @@ [% END %] [% UNLESS ( place_hidden ) %]
  • - [% IF ( place_required ) %] + [% IF ( biblionumber ) %] + + [% place | html %] + [% ELSIF ( place_required ) %]
    Required
    @@ -480,7 +492,6 @@ [% END %] [% END %] [% END # / IF suggestions_loop %] - [% END # IF op_else %] @@ -492,6 +503,30 @@ [% BLOCK jsinclude %] [% INCLUDE 'datatables.inc' %]