@@ -, +, @@ to the dialog that appears when trying to checkout a reserved item. when trying to checkout a reserved item. --- .../intranet-tmpl/prog/en/modules/circ/circulation.tt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -321,6 +321,20 @@ var MSG_EXPORT_SELECT_CHECKOUTS = _("You must select checkout(s) to export"); [% END %] +[% IF ( RESERVED ) %] +
+ + +
+[% END %] + +[% IF ( RESERVE_WAITING ) %] +
+ + +
+[% END %] +
--