Bugzilla – Attachment 9892 Details for
Bug 8183
acqui/parcels.pl plack scoping
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8183 - acqui/parcels.pl plack scoping
Bug-8183---acquiparcelspl-plack-scoping.patch (text/plain), 1.06 KB, created by
Dobrica Pavlinusic
on 2012-06-01 19:11:56 UTC
(
hide
)
Description:
Bug 8183 - acqui/parcels.pl plack scoping
Filename:
MIME Type:
Creator:
Dobrica Pavlinusic
Created:
2012-06-01 19:11:56 UTC
Size:
1.06 KB
patch
obsolete
>From 83a751abe7df4e44393b0ba2efadf05d5c5140a4 Mon Sep 17 00:00:00 2001 >From: Dobrica Pavlinusic <dpavlin@rot13.org> >Date: Fri, 1 Jun 2012 20:42:52 +0200 >Subject: [PATCH] Bug 8183 - acqui/parcels.pl plack scoping > >Scope our $template for plack to prevent following error: > >Can't call method "param" on an undefined value at /srv/koha_ffzg/acqui/parcels.pl line 177. > >Test scenario: > >1. Home > Acquisitions > Search for vendor >2. click on "Receive shipment" >--- > acqui/parcels.pl | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/acqui/parcels.pl b/acqui/parcels.pl >index 173c0c8..fdb46d5 100755 >--- a/acqui/parcels.pl >+++ b/acqui/parcels.pl >@@ -86,7 +86,7 @@ my $dateto = $input->param('dateto'); > my $resultsperpage = $input->param('resultsperpage'); > $resultsperpage ||= 20; > >-my ( $template, $loggedinuser, $cookie ) = get_template_and_user( >+our ( $template, $loggedinuser, $cookie ) = get_template_and_user( > { template_name => 'acqui/parcels.tmpl', > query => $input, > type => 'intranet', >-- >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 8183
:
9892
|
10269