Bugzilla – Attachment 9884 Details for
Bug 8180
cataloguing/additem.pl plack scoping
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8180 - cataloguing/additem.pl plack scoping
Bug-8180---cataloguingadditempl-plack-scoping.patch (text/plain), 955 bytes, created by
Dobrica Pavlinusic
on 2012-06-01 14:40:09 UTC
(
hide
)
Description:
Bug 8180 - cataloguing/additem.pl plack scoping
Filename:
MIME Type:
Creator:
Dobrica Pavlinusic
Created:
2012-06-01 14:40:09 UTC
Size:
955 bytes
patch
obsolete
>From 395b754eaf72ecae1157c24711967773eb1c16eb Mon Sep 17 00:00:00 2001 >From: Dobrica Pavlinusic <dpavlin@rot13.org> >Date: Fri, 1 Jun 2012 16:19:38 +0200 >Subject: [PATCH] Bug 8180 - cataloguing/additem.pl plack scoping > >$dbh needs our scoping when using "Add item" to prevent error >Can't call method "prepare" on an undefined value at /srv/koha/cataloguing/additem.pl line 88. > >Test scenario: > >1. start intranet with plack >2. select one Edit items on one record >3. fill in new item and click on "Add item" >--- > cataloguing/additem.pl | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/cataloguing/additem.pl b/cataloguing/additem.pl >index f970890..deb0208 100755 >--- a/cataloguing/additem.pl >+++ b/cataloguing/additem.pl >@@ -37,7 +37,7 @@ use C4::Search; > use MARC::File::XML; > use URI::Escape; > >-my $dbh = C4::Context->dbh; >+our $dbh = C4::Context->dbh; > > sub find_value { > my ($tagfield,$insubfield,$record) = @_; >-- >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 8180
:
9884
|
10270