Bugzilla – Attachment 9776 Details for
Bug 7955
Statistics tab in patron module
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7955: Followup: Changes the syspref description
0001-Bug-7955-Followup-Changes-the-syspref-description.patch (text/plain), 2.00 KB, created by
Jonathan Druart
on 2012-05-25 12:57:03 UTC
(
hide
)
Description:
Bug 7955: Followup: Changes the syspref description
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2012-05-25 12:57:03 UTC
Size:
2.00 KB
patch
obsolete
>From fe9ecffa8ec07d5080d98b4337f38044ebf892c4 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Fri, 25 May 2012 14:57:01 +0200 >Subject: [PATCH 1/1] Bug 7955: Followup: Changes the syspref description > >--- > installer/data/mysql/updatedatabase.pl | 4 ++-- > .../prog/en/modules/admin/preferences/patrons.pref | 2 +- > 2 files changed, 3 insertions(+), 3 deletions(-) > >diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl >index a31e3af..c22259c 100755 >--- a/installer/data/mysql/updatedatabase.pl >+++ b/installer/data/mysql/updatedatabase.pl >@@ -5289,10 +5289,10 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { > > > >-$DBversion = "3.07.00.XXX"; >+$DBversion = "3.09.00.XXX"; > if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { > $dbh->do(qq{ >- INSERT IGNORE INTO systempreferences (variable,value,explanation,options,type) VALUES('StatisticsFields','location|itype|ccode','Define Fields used for statistics members (5 max !)','location|itype|ccode','free') >+ INSERT IGNORE INTO systempreferences (variable,value,explanation,options,type) VALUES('StatisticsFields','location|itype|ccode','Define Fields (from the items table) used for statistics members','location|itype|ccode','free') > }); > print "Upgrade to $DBversion done (Add System preference StatisticsFields)\n"; > SetVersion($DBversion); >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref >index 13e2079..5daddd3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref >@@ -124,5 +124,5 @@ Patrons: > - > - pref: StatisticsFields > class: multi >- - Define Fields used for statistics patrons >+ - Define Fields (from the items table) used for statistics members. > >-- >1.7.7.3 >
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 7955
:
9266
|
9763
|
9771
|
9776
|
10015
|
10223
|
10407
|
10409
|
10410
|
10518
|
10520
|
10746
|
10747
|
10826