Bugzilla – Attachment 34494 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: The patron's name should be the same as before
0008-Bug-12648-The-patron-s-name-should-be-the-same-as-be.patch (text/plain), 1.40 KB, created by
Paola Rossi
on 2014-12-17 16:52:33 UTC
(
hide
)
Description:
Bug 12648: The patron's name should be the same as before
Filename:
MIME Type:
Creator:
Paola Rossi
Created:
2014-12-17 16:52:33 UTC
Size:
1.40 KB
patch
obsolete
>From 455040fdd3e8ec37e8b65863e609f143e68794ad Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Sat, 11 Oct 2014 15:55:59 +0200 >Subject: [PATCH 8/9] Bug 12648: The patron's name should be the same as > before > >The displayed patron's name should be surname + firstname > >Signed-off-by: Paola Rossi <paola.rossi@cineca.it> >--- > .../intranet-tmpl/prog/en/modules/acqui/tables/members_results.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/tables/members_results.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/tables/members_results.tt >index 3668d93..d1438fb 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/tables/members_results.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/tables/members_results.tt >@@ -14,7 +14,7 @@ > "dt_category": > "[% data.category_description |html %] ([% data.category_type |html %])", > "dt_action": >- "<a style=\"cursor:pointer\" onclick=\"add_user('[% data.borrowernumber %]', '[% data.surname %]', '[% data.firstname %]');\">Add</a>" >+ "<a style=\"cursor:pointer\" onclick=\"add_user('[% data.borrowernumber %]', '[% data.firstname %] [% data.surname %]');\">Add</a>" > }[% UNLESS loop.last %],[% END %] > [% END %] > ] >-- >1.7.10.4 >
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