Bugzilla – Attachment 11030 Details for
Bug 8439
Printing basketgroup does not work on plack
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 8439 - Printing basketgroup does not work on plack
SIGNED-OFF-Bug-8439---Printing-basketgroup-does-no.patch (text/plain), 894 bytes, created by
Mirko Tietgen
on 2012-07-19 21:12:16 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 8439 - Printing basketgroup does not work on plack
Filename:
MIME Type:
Creator:
Mirko Tietgen
Created:
2012-07-19 21:12:16 UTC
Size:
894 bytes
patch
obsolete
>From 0189f2f95c2c181c1b38e40272b554889e2c6e81 Mon Sep 17 00:00:00 2001 >From: Dobrica Pavlinusic <dpavlin@rot13.org> >Date: Mon, 16 Jul 2012 12:43:24 +0200 >Subject: [PATCH] [SIGNED-OFF] Bug 8439 - Printing basketgroup does not work on plack >Content-Type: text/plain; charset="utf-8" > >scope $input CGI object with our for plack > >Signed-off-by: Mirko Tietgen <5p4m@gmx.de> >--- > acqui/basketgroup.pl | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/acqui/basketgroup.pl b/acqui/basketgroup.pl >index 3300cea..fd49c30 100755 >--- a/acqui/basketgroup.pl >+++ b/acqui/basketgroup.pl >@@ -58,7 +58,7 @@ use C4::Bookseller qw/GetBookSellerFromId/; > use C4::Branch qw/GetBranches/; > use C4::Members qw/GetMember/; > >-my $input=new CGI; >+our $input=new CGI; > > our ($template, $loggedinuser, $cookie) > = get_template_and_user({template_name => "acqui/basketgroup.tmpl", >-- >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 8439
:
10868
|
11024
| 11030