From 26ca54babc0c2c5343ad664affed8a1541c94a05 Mon Sep 17 00:00:00 2001 From: Fridolyn SOMERS Date: Tue, 28 May 2013 15:43:05 +0200 Subject: [PATCH] Bug 10362 - on return with reserve or transfer the alerts are not shown When a return is performed on an item with a reserve or a transfer, the possible alert messages are not shown. These alerts are cases from errmsgloop like "NotIssued", "debarred" ... This patch changes the template to show both messages and alerts. Test plan : - Perform an checkout that will a checkin : * need a transfert (return in a different branch) * set user debarred (depends on issuing rules) - Perform check-in => You get tranfert message and debarment alert Signed-off-by: Srdjan --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt index 98d2ae9..775454f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt @@ -313,7 +313,7 @@ $(document).ready(function () { [% END %] -[% ELSE %] +[% END %] [% IF ( errmsgloop ) %]
@@ -360,7 +360,6 @@ $(document).ready(function () { [% END %] [% END %]
-[% END %]