Bugzilla – Attachment 45158 Details for
Bug 15229
Tiny typo: This patrons is ...
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15229: Same fix for circulation.tt template (normal checkouts)
Bug-15229-Same-fix-for-circulationtt-template-norm.patch (text/plain), 1.41 KB, created by
Jonathan Druart
on 2015-11-25 16:15:59 UTC
(
hide
)
Description:
Bug 15229: Same fix for circulation.tt template (normal checkouts)
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-11-25 16:15:59 UTC
Size:
1.41 KB
patch
obsolete
>From a02b132a9fe8e73562e832251221354be3a12cc9 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 25 Nov 2015 16:14:35 +0000 >Subject: [PATCH] Bug 15229: Same fix for circulation.tt template (normal > checkouts) > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 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 19ba9fa..9abbefd 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >@@ -203,7 +203,7 @@ $(document).ready(function() { > [% END %] > > [% IF ( alert.OTHER_CHARGES ) %] >- <div class="dialog message">The patron has unpaid charges for reserves, rentals etc of [% alert.OTHER_CHARGES %]</div> >+ <div class="dialog message">The patron has unpaid charges for holds, rentals etc of [% alert.OTHER_CHARGES %]</div> > [% END %] > > [% IF ( NEEDSCONFIRMATION ) %] >@@ -261,7 +261,7 @@ $(document).ready(function() { > [% END %] > > [% IF ( BORRNOTSAMEBRANCH ) %] >- <li>This patrons is from a different library ([% BORRNOTSAMEBRANCH %])</li> >+ <li>This patron is from a different library ([% BORRNOTSAMEBRANCH %])</li> > [% END %] > > [% IF ( PATRON_CANT ) %] >-- >2.1.0
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 15229
:
45076
|
45089
|
45157
|
45158
|
46050
|
46051