Bugzilla – Attachment 36810 Details for
Bug 12648
Link patrons to an order
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12648: Fix conflict with bug 8096
Bug-12648-Fix-conflict-with-bug-8096.patch (text/plain), 1.36 KB, created by
Jonathan Druart
on 2015-03-11 15:35:44 UTC
(
hide
)
Description:
Bug 12648: Fix conflict with bug 8096
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-03-11 15:35:44 UTC
Size:
1.36 KB
patch
obsolete
>From 81ed2e0e867639c93ed1152734f0693d500429dc Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Wed, 11 Mar 2015 16:35:18 +0100 >Subject: [PATCH] Bug 12648: Fix conflict with bug 8096 > >--- > koha-tmpl/intranet-tmpl/prog/en/includes/patron-title.inc | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-title.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-title.inc >index 88b0f3f..dbcab25 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-title.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-title.inc >@@ -8,9 +8,9 @@ > [%- borrower.firstname %] [% IF borrower.othernames %] ([% borrower.othernames %]) [% END %] [% borrower.surname %] > [%- END -%] > [%- END -%] >- [% IF ( borrower.cardnumber ) %] >+ [%- IF ( borrower.cardnumber ) -%] > ([% borrower.cardnumber %]) >- [% END %] >+ [%- END %] > [%- ELSIF ( borrowernumber ) %] > [%- IF category_type == 'I' %] > [%- surname %] [% IF othernames %] ([% othernames %]) [% END %] >@@ -21,7 +21,7 @@ > [%- firstname %] [% IF othernames %] ([% othernames %]) [% END %] [% surname %] > [%- END %] > [%- END -%] >- [% IF ( cardnumber ) %] >+ [%- IF ( cardnumber ) -%] > ([% cardnumber %]) >- [% END %] >+ [%- END %] > [%- END -%] >-- >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 12648
:
30024
|
30025
|
30026
|
30027
|
30988
|
30989
|
30990
|
30991
|
31273
|
31960
|
31961
|
32230
|
33186
|
33187
|
33188
|
33189
|
33190
|
33191
|
33192
|
33193
|
34224
|
34225
|
34226
|
34227
|
34228
|
34229
|
34230
|
34231
|
34477
|
34487
|
34488
|
34489
|
34490
|
34491
|
34492
|
34493
|
34494
|
34495
|
35056
|
35058
|
35059
|
35060
|
35061
|
35062
|
35063
|
35064
|
35065
|
35066
|
36795
|
36796
|
36797
|
36798
|
36799
|
36800
|
36801
|
36802
|
36803
|
36804
|
36805
|
36807
| 36810 |
36817