Bugzilla – Attachment 19187 Details for
Bug 10362
on return with reserve or transfer the alerts are not shown
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10362 - on return with reserve or transfer the alerts are not shown
Bug-10362---on-return-with-reserve-or-transfer-the.patch (text/plain), 1.61 KB, created by
Kyle M Hall (khall)
on 2013-06-21 13:21:25 UTC
(
hide
)
Description:
Bug 10362 - on return with reserve or transfer the alerts are not shown
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2013-06-21 13:21:25 UTC
Size:
1.61 KB
patch
obsolete
>From c37fa4fa9e67c5e81b811ff14ad63eb4846e40ac Mon Sep 17 00:00:00 2001 >From: Fridolyn SOMERS <fridolyn.somers@biblibre.com> >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 <srdjan@catalyst.net.nz> >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > .../intranet-tmpl/prog/en/modules/circ/returns.tt | 3 +-- > 1 files changed, 1 insertions(+), 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 () { > </form> > </div> > [% END %] >-[% ELSE %] >+[% END %] > > [% IF ( errmsgloop ) %] > <div class="dialog alert"> >@@ -360,7 +360,6 @@ $(document).ready(function () { > [% END %] > [% END %] > </div> >-[% END %] > > <div id="exemptfines" class="dialog message" style="display:none;"> > <p>Fines for returned items are forgiven.</p> >-- >1.7.2.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 10362
:
18429
|
18536
| 19187