Bugzilla – Attachment 36622 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]
[PASSED QA] Bug 5338: Add "Serials" to the report group list
PASSED-QA-Bug-5338-Add-Serials-to-the-report-group.patch (text/plain), 1.12 KB, created by
Katrin Fischer
on 2015-03-05 16:26:59 UTC
(
hide
)
Description:
[PASSED QA] Bug 5338: Add "Serials" to the report group list
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2015-03-05 16:26:59 UTC
Size:
1.12 KB
patch
obsolete
>From 65a0be1f4ec07be7d46a5e43c0217f081da42a71 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] [PASSED QA] Bug 5338: Add "Serials" to the report group list > >Signed-off-by: Paola Rossi <paola.rossi@cineca.it> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > 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) >-- >1.9.1
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