Bugzilla – Attachment 18670 Details for
Bug 6898
circulation librarians can't run overdues without reports permissions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 6898 - updatedatabase second query not executed
0003-Bug-6898-updatedatabase-second-query-not-executed.patch (text/plain), 1.00 KB, created by
Fridolin Somers
on 2013-06-05 12:21:00 UTC
(
hide
)
Description:
Bug 6898 - updatedatabase second query not executed
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2013-06-05 12:21:00 UTC
Size:
1.00 KB
patch
obsolete
>From 52668f4e9e71c3b38aa82a268844fcfd957348b1 Mon Sep 17 00:00:00 2001 >From: Fridolyn SOMERS <fridolyn.somers@biblibre.com> >Date: Wed, 5 Jun 2013 14:16:14 +0200 >Subject: [PATCH 3/3] Bug 6898 - updatedatabase second query not executed > >--- > 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 78e9370..3d51c2a 100755 >--- a/installer/data/mysql/updatedatabase.pl >+++ b/installer/data/mysql/updatedatabase.pl >@@ -6451,7 +6451,7 @@ if ( CheckVersion($DBversion) ) { > VALUES ( '1', 'overdues_report', 'Execute overdue items report' ) > }); > # add new permission for users with all report permissions and circulation remaining permission >- my $sth = $dbh->prepare(q{ >+ $dbh->do(q{ > INSERT INTO user_permissions (borrowernumber, module_bit, code) > SELECT user_permissions.borrowernumber, 1, 'overdues_report' > FROM user_permissions >-- >1.7.10.4 >
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 6898
:
7568
|
8233
|
14680
|
15162
|
15939
|
15940
|
15946
|
15947
|
15948
|
15966
|
15974
|
15975
|
16034
|
16035
|
16207
|
16208
|
18670
|
19434
|
19541