Bugzilla – Attachment 41943 Details for
Bug 9468
Add ability to hide itemtypes from purchase suggestions forms
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9468: Fix syntax error in updatedb
Bug-9468-Fix-syntax-error-in-updatedb.patch (text/plain), 1011 bytes, created by
Jonathan Druart
on 2015-08-25 16:33:04 UTC
(
hide
)
Description:
Bug 9468: Fix syntax error in updatedb
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-08-25 16:33:04 UTC
Size:
1011 bytes
patch
obsolete
>From 6ebca7c8626cef31f0dd9e232a54743408cdc979 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 25 Aug 2015 17:26:47 +0100 >Subject: [PATCH] Bug 9468: Fix syntax error in updatedb > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > installer/data/mysql/updatedatabase.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl >index 828462f..6cfe462 100755 >--- a/installer/data/mysql/updatedatabase.pl >+++ b/installer/data/mysql/updatedatabase.pl >@@ -10766,7 +10766,7 @@ if ( CheckVersion($DBversion) ) { > my $query = q{ SELECT * FROM itemtypes ORDER BY description }; > my $sth = C4::Context->dbh->prepare($query); > $sth->execute; >- $suggestion_formats = $sth->fetchall_arrayref( {} ); >+ my $suggestion_formats = $sth->fetchall_arrayref( {} ); > > foreach my $format (@$suggestion_formats) { > $dbh->do( >-- >2.1.0
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 9468
:
14801
|
16647
|
16674
|
19086
|
21759
|
21760
|
22714
|
22715
|
27932
|
27933
|
27934
|
27935
|
37100
|
37101
|
37102
|
37103
|
38097
|
38163
|
38164
|
38165
|
38166
|
38167
|
38168
|
41822
|
41823
|
41824
|
41825
|
41826
|
41827
|
41828
|
41936
|
41937
|
41938
|
41939
|
41940
|
41941
|
41942
|
41943
|
44504
|
44505
|
44506
|
44507
|
44508
|
44509
|
44510