Bugzilla – Attachment 29517 Details for
Bug 12062
Untranslatable "Reserve not found"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12062: Follow up - adds missing )
Bug-12062-Follow-up---adds-missing-.patch (text/plain), 1.25 KB, created by
Katrin Fischer
on 2014-07-06 17:20:37 UTC
(
hide
)
Description:
Bug 12062: Follow up - adds missing )
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2014-07-06 17:20:37 UTC
Size:
1.25 KB
patch
obsolete
>From 3dfe603a4f82105cc335673d4e54d97ec153099a Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Sun, 6 Jul 2014 19:04:15 +0200 >Subject: [PATCH] Bug 12062: Follow up - adds missing ) > >With this patch, patches pass QA script and unit tests. >Tested printing different slips successfully. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/printslip.tt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/printslip.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/printslip.tt >index 7fc56fb..b14ed28 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/printslip.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/printslip.tt >@@ -1,10 +1,10 @@ > [% USE Koha %] > [% INCLUDE 'doc-head-open.inc' %] >-[% IF ( caller = 'hold-transfer' %] >+[% IF ( caller = 'hold-transfer' ) %] > <title>Koha › Circulation › Hold transfer print receipt</title> >-[% ELSIF ( caller == 'transfer' %] >+[% ELSIF ( caller == 'transfer' ) %] > <title>Koha › Circulation › Transfers print receipt</title> >-[% ELSIF ( caller == 'members' %] >+[% ELSIF ( caller == 'members' ) %] > <title>Koha › Members › Print receipt for [% borrowernumber %]</title> > [% END %] > >-- >1.9.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 12062
:
27397
|
27401
|
27430
|
27780
|
27782
|
27818
|
29463
|
29515
|
29516
| 29517