Bugzilla – Attachment 27245 Details for
Bug 11629
Add ability to update not for loan status on checkin
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11629 [QA Followup] - Updating notforloan to 0 gives no "to" status in message
Bug-11629-QA-Followup---Updating-notforloan-to-0-g.patch (text/plain), 1.94 KB, created by
Kyle M Hall (khall)
on 2014-04-17 13:53:36 UTC
(
hide
)
Description:
Bug 11629 [QA Followup] - Updating notforloan to 0 gives no "to" status in message
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2014-04-17 13:53:36 UTC
Size:
1.94 KB
patch
obsolete
>From f6247d510926022056ea1798820815e11777d9a6 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Thu, 17 Apr 2014 09:47:59 -0400 >Subject: [PATCH] Bug 11629 [QA Followup] - Updating notforloan to 0 gives no "to" status in message > >--- > .../intranet-tmpl/prog/en/modules/circ/returns.tt | 14 ++++++++++++-- > 1 files changed, 12 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 f9499ce..748c78b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >@@ -323,8 +323,18 @@ $(document).ready(function () { > [% IF ( errmsgloo.NotForLoanStatusUpdated ) %] > <p class="problem"> > Not for loan status updated >- from [% AuthorisedValues.GetByCode( 'NOT_LOAN', errmsgloo.NotForLoanStatusUpdated.from ) %] >- to [% AuthorisedValues.GetByCode( 'NOT_LOAN', errmsgloo.NotForLoanStatusUpdated.to ) %] >+ from >+ [% IF errmsgloo.NotForLoanStatusUpdated.from %] >+ [% AuthorisedValues.GetByCode( 'NOT_LOAN', errmsgloo.NotForLoanStatusUpdated.from ) %] >+ [% ELSE %] >+ being available for laon >+ [% END %] >+ to >+ [% IF errmsgloo.NotForLoanStatusUpdated.to %] >+ [% AuthorisedValues.GetByCode( 'NOT_LOAN', errmsgloo.NotForLoanStatusUpdated.to ) %] >+ [% ELSE %] >+ being available for laon >+ [% END %] > </p> > [% END %] > [% IF ( errmsgloo.badbarcode ) %] >-- >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 11629
:
24848
|
24849
|
24962
|
24963
|
24964
|
25229
|
25580
|
25581
|
25582
|
25583
|
27233
|
27244
|
27245
|
27246
|
27247
|
27248
|
27249
|
27250
|
27251
|
27252
|
28147
|
28148
|
28149
|
28150
|
28151
|
28152