Bugzilla – Attachment 36457 Details for
Bug 5338
Add serials module to guided reports
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 5338: Add "Serials" to the report group list
Bug-5338-Add-Serials-to-the-report-group-list.patch (text/plain), 1.05 KB, created by
Jonathan Druart
on 2015-03-04 11:28:25 UTC
(
hide
)
Description:
Bug 5338: Add "Serials" to the report group list
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-03-04 11:28:25 UTC
Size:
1.05 KB
patch
obsolete
>From 70d6b9b865c501e47172329aba5cf975eca9049c Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Wed, 14 Jan 2015 10:55:19 +0100 >Subject: [PATCH] Bug 5338: Add "Serials" to the report group list > >Signed-off-by: Paola Rossi <paola.rossi@cineca.it> >--- > installer/data/mysql/updatedatabase.pl | 11 +++++++++++ > 1 file changed, 11 insertions(+) > >diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl >index 0ed56c6..18b4411 100755 >--- a/installer/data/mysql/updatedatabase.pl >+++ b/installer/data/mysql/updatedatabase.pl >@@ -9793,6 +9793,17 @@ if(CheckVersion($DBversion)) { > SetVersion($DBversion); > } > >+$DBversion = "3.19.00.XXX"; >+if ( CheckVersion($DBversion) ) { >+ $dbh->do(q| >+ INSERT INTO authorised_values (category, authorised_value, lib) VALUES >+ ('REPORT_GROUP', 'SER', 'Serials') >+ |); >+ >+ print "Upgrade to $DBversion done (Bug 5338 - Add Serial to the report groups)\n"; >+ SetVersion ($DBversion); >+} >+ > =head1 FUNCTIONS > > =head2 TableExists($table) >-- >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 5338
:
11601
|
22908
|
23299
|
29271
|
35148
|
35149
|
35179
|
35180
|
35300
|
35301
|
36457
|
36458
|
36459
|
36621
|
36622
|
36623
|
36624
|
39302