From 7868802557cd19b76b978fff35d425df07cc04dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9rick?= Date: Fri, 28 Feb 2014 17:21:01 -0500 Subject: [PATCH] Add a "Don't Check Out and Print Slip" button to the dialog that appears when trying to checkout a reserved item. --- .../prog/en/modules/circ/circulation.tt | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt index 81ea2b6..c2d82ee 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -295,6 +295,20 @@ var MSG_EXPORT_SELECT_CHECKOUTS = _("You must select checkout(s) to export"); [% END %] +[% IF ( RESERVED ) %] +
+ + +
+[% END %] + +[% IF ( RESERVE_WAITING ) %] +
+ + +
+[% END %] +
-- 1.7.2.5