Bugzilla – Attachment 4608 Details for
Bug 5436
Extended patron attributes display improvements
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
followup patch. This assigns the problem of expirydate displayed
0001-Bug-5436-Followup-expiry-message-was-badly-displayed.patch (text/plain), 1.68 KB, created by
dev_patches
on 2011-07-08 17:06:48 UTC
(
hide
)
Description:
followup patch. This assigns the problem of expirydate displayed
Filename:
MIME Type:
Creator:
dev_patches
Created:
2011-07-08 17:06:48 UTC
Size:
1.68 KB
patch
obsolete
>From ee6d730108addf181f10b85ce2e2a4082bea404b Mon Sep 17 00:00:00 2001 >From: Henri-Damien LAURENT <henridamien.laurent@biblibre.com> >Date: Fri, 8 Jul 2011 19:01:17 +0200 >Subject: [PATCH] Bug 5436 Followup : expiry message was badly displayed > >This patch assigns the comment expressed >--- > circ/circulation.pl | 2 +- > .../prog/en/modules/circ/circulation.tt | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/circ/circulation.pl b/circ/circulation.pl >index 24adeeb..21fd243 100755 >--- a/circ/circulation.pl >+++ b/circ/circulation.pl >@@ -640,7 +640,7 @@ $template->param( > printername => $printer, > firstname => $borrower->{'firstname'}, > surname => $borrower->{'surname'}, >- dateexpiry => format_date($newexpiry), >+ newexpiry => format_date($newexpiry), > expiry => format_date($borrower->{'dateexpiry'}), > categoryname => $borrower->{description}, > address2 => $borrower->{'address2'}, >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 afa6ec5..043c3c8 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >@@ -226,7 +226,7 @@ function refocus(calendar) { > </form> > </div> > >-[% IF ( dateexpiry ) %]<div class="dialog message">Patron's account has been renewed until [% dateexpiry %]</div>[% END %] >+[% IF ( newexpiry ) %]<div class="dialog message">Patron's account has been renewed until [% newexpiry %]</div>[% END %] > [% IF ( NEEDSCONFIRMATION ) %] > <div class="yui-g"> > >-- >1.7.1 >
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 5436
:
3378
|
3647
|
4595
|
4608
|
4638
|
4829
|
4838
|
4872
|
4906
|
5526