Bugzilla – Attachment 179443 Details for
Bug 30200
Add customizable tabs to interlibrary loan requests list
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30200: (follow-up) Update database update and pref description
Bug-30200-follow-up-Update-database-update-and-pre.patch (text/plain), 2.35 KB, created by
Lari Taskula
on 2025-03-18 11:13:28 UTC
(
hide
)
Description:
Bug 30200: (follow-up) Update database update and pref description
Filename:
MIME Type:
Creator:
Lari Taskula
Created:
2025-03-18 11:13:28 UTC
Size:
2.35 KB
patch
obsolete
>From 14b4b5c37583565d7de020efcab41faa487823e5 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Mon, 8 Aug 2022 21:18:19 +0000 >Subject: [PATCH] Bug 30200: (follow-up) Update database update and pref > description > >* Rephrases the system preference description a bit >* Adds IGNORE to the database statement >* Update output message of database statement to include pref name > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > .../data/mysql/atomicupdate/Bug_30200-Add_ILLRequestsTabs.pl | 4 ++-- > .../prog/en/modules/admin/preferences/circulation.pref | 2 +- > 2 files changed, 3 insertions(+), 3 deletions(-) > >diff --git a/installer/data/mysql/atomicupdate/Bug_30200-Add_ILLRequestsTabs.pl b/installer/data/mysql/atomicupdate/Bug_30200-Add_ILLRequestsTabs.pl >index 5c6cb265ba6..b1ac49d1a13 100644 >--- a/installer/data/mysql/atomicupdate/Bug_30200-Add_ILLRequestsTabs.pl >+++ b/installer/data/mysql/atomicupdate/Bug_30200-Add_ILLRequestsTabs.pl >@@ -2,13 +2,13 @@ use Modern::Perl; > > return { > bug_number => "30200", >- description => "Add customizable tabs to interlibrary loan requests list", >+ description => "Add ILLRequestsTabs system preference", > up => sub { > my ($args) = @_; > my ($dbh, $out) = @$args{qw(dbh out)}; > # Do you stuffs here > $dbh->do(q{ >- INSERT INTO `systempreferences` >+ INSERT IGNORE INTO `systempreferences` > (variable,value,options,explanation,type) > VALUES > ('ILLRequestsTabs','','','Add customizable tabs to interlibrary loan requests list','Textarea'); >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref >index 291c6ccec6b..e1dca2d2b13 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref >@@ -1135,7 +1135,7 @@ Circulation: > 1: block > 0: allow > - renewing of items from the staff interface and via the <code>misc/cronjobs/automatic_renewals.pl</code> cronjob. >- Fines policy: >+ Fines Policy: > - > - pref: finesCalendar > type: choice >-- >2.34.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 30200
:
131305
|
131306
|
131307
|
131959
|
131960
|
134466
|
134467
|
138863
|
138864
|
138865
|
138866
|
141338
|
141339
|
141340
|
141341
|
179356
|
179357
|
179358
|
179359
|
179436
|
179437
|
179438
|
179439
|
179442
|
179443
|
179444
|
179910
|
179911
|
179912
|
179913
|
182025
|
182026
|
182027
|
182028
|
182029