Browse Source

Bug 15375 [QA Followup] - Remove refereces to biblio and biblionumber for patron messages

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>

Signed-off-by: Brendan A Gallagher <brendan@bywatersolutions.com>
new_12478_elasticsearch
Kyle Hall 8 years ago
committed by Brendan A Gallagher
parent
commit
a633af13b6
  1. 4
      koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt

4
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt

@ -60,7 +60,7 @@
[% IF ( bad_biblionumber ) %]
<li id="bad_biblionumber">
ERROR: No biblio record found for biblionumber [% bad_biblionumber %].
ERROR: No record found for record id [% bad_biblionumber %].
</li>
[% END %]
@ -78,7 +78,7 @@
[% IF ( no_biblionumber ) %]
<li id="no_biblionumber">
ERROR: No biblionumber received.
ERROR: No record id specified.
</li>
[% END %]

Loading…
Cancel
Save