Bugzilla – Attachment 35066 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 - QA Followup
Bug-12648---QA-Followup.patch (text/plain), 1.67 KB, created by
Kyle M Hall (khall)
on 2015-01-09 13:21:42 UTC
(
hide
)
Description:
Bug 12648 - QA Followup
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2015-01-09 13:21:42 UTC
Size:
1.67 KB
patch
obsolete
>From b44cfacfff724596c2d4a9890259d9f7be5c54b4 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 9 Jan 2015 08:10:10 -0500 >Subject: [PATCH] Bug 12648 - QA Followup > >--- > .../en/modules/acqui/tables/members_results.tt | 2 +- > t/db_dependent/Acquisition/OrderUsers.t | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >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 d1438fb..074865f 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.firstname %] [% data.surname %]');\">Add</a>" >+ "<a style='cursor:pointer' onclick='add_user(\"[% data.borrowernumber %]\", \"[% data.firstname %] [% data.surname %]\");'>Add</a>" > }[% UNLESS loop.last %],[% END %] > [% END %] > ] >diff --git a/t/db_dependent/Acquisition/OrderUsers.t b/t/db_dependent/Acquisition/OrderUsers.t >index 5c4ff5c..aa49a89 100644 >--- a/t/db_dependent/Acquisition/OrderUsers.t >+++ b/t/db_dependent/Acquisition/OrderUsers.t >@@ -3,7 +3,7 @@ use Test::More tests => 3; > > use C4::Acquisition; > use C4::Biblio; >-use C4::Bookseller qw( GetBookSellerFromId ); >+use C4::Bookseller; > use C4::Letters; > > use Koha::Acquisition::Order; >-- >1.7.2.5
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