Bugzilla – Attachment 127056 Details for
Bug 17600
Standardize the EXPORT
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17600: Fix imports for GetClassSources in guided_reports.pl
Bug-17600-Fix-imports-for-GetClassSources-in-guide.patch (text/plain), 787 bytes, created by
Owen Leonard
on 2021-10-28 13:18:50 UTC
(
hide
)
Description:
Bug 17600: Fix imports for GetClassSources in guided_reports.pl
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2021-10-28 13:18:50 UTC
Size:
787 bytes
patch
obsolete
>From 56b03e0c831b73565a3aab0e12375b0929baf295 Mon Sep 17 00:00:00 2001 >From: Owen <oleonard@myacpl.org> >Date: Thu, 28 Oct 2021 13:14:06 +0000 >Subject: [PATCH] Bug 17600: Fix imports for GetClassSources in > guided_reports.pl > >This will fix the broken option to use cn_source as a runtime >parameter, e.g. <<Call no. source|cn_source>> >--- > reports/guided_reports.pl | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/reports/guided_reports.pl b/reports/guided_reports.pl >index 4c926b3c0a..b081954df5 100755 >--- a/reports/guided_reports.pl >+++ b/reports/guided_reports.pl >@@ -38,6 +38,7 @@ use Koha::Libraries; > use Koha::Patron::Categories; > use Koha::SharedContent; > use Koha::Util::OpenDocument qw( generate_ods ); >+use C4::ClassSource qw( GetClassSources ); > > =head1 NAME > >-- >2.20.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 17600
:
57394
|
57950
|
57951
|
57952
|
57953
|
57954
|
61994
|
61995
|
61996
|
61997
|
61998
|
62209
|
62210
|
62211
|
62212
|
62213
|
62940
|
62941
|
62942
|
62943
|
62958
|
62959
|
64387
|
64388
|
64389
|
64390
|
64391
|
64392
|
64466
|
64467
|
64468
|
64469
|
64470
|
64471
|
64472
|
64473
|
64474
|
64475
|
64476
|
121309
|
121310
|
121311
|
121312
|
121313
|
121314
|
122360
|
122361
|
122362
|
122363
|
122364
|
122365
|
122869
|
122884
|
122945
|
123194
|
123195
|
123196
|
123200
|
123210
|
123281
|
123283
|
123284
|
123325
|
123417
|
123418
|
123419
|
123420
|
123565
|
124866
|
125059
|
125063
|
125064
|
125066
|
126640
| 127056 |
127918