Browse Source

Bug 16787: (follow-up) Add noReservesAllowed to ERROR_MAP

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
21.05.x
Nick Clemens 2 years ago
committed by Jonathan Druart
parent
commit
c9c2416b94
  1. 1
      koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt

1
koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt

@ -1041,6 +1041,7 @@
tooManyReservesToday: _("Daily hold limit reached for patron"),
tooManyReserves: _("Too many holds"),
notReservable: _("Not holdable"),
noReservesAllowed: _("No reserves allowed"),
cannotReserveFromOtherBranches: _("Patron is from different library"),
itemAlreadyOnHold: _("Patron already has hold for this item"),
cannotBeTransferred: _("Cannot be transferred to pickup library"),

Loading…
Cancel
Save