Bugzilla – Attachment 184520 Details for
Bug 16631
Show groups/categories of reports to authorized staff
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Bug 16631: 0013-Pass-the-current-branch-as-the-filter-branchcode
0013-Pass-the-current-branch-as-the-filter-branchcode.patch (text/plain), 850 bytes, created by
Casey Conlin
on 2025-07-22 22:05:04 UTC
(
hide
)
Description:
Bug 16631: 0013-Pass-the-current-branch-as-the-filter-branchcode
Filename:
MIME Type:
Creator:
Casey Conlin
Created:
2025-07-22 22:05:04 UTC
Size:
850 bytes
patch
obsolete
>From 603128ce9b3ac9d96ad700fc6b128a010c5f282f Mon Sep 17 00:00:00 2001 >From: "Cameron E. Tidd" <ctidd@citlink.net> >Date: Sat, 19 Jul 2025 21:11:43 +0000 >Subject: [PATCH 13/16] Pass the current branch as the filter branchcode > >--- > reports/guided_reports.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/reports/guided_reports.pl b/reports/guided_reports.pl >index 00d2e0ccb0..726b315b55 100755 >--- a/reports/guided_reports.pl >+++ b/reports/guided_reports.pl >@@ -1122,7 +1122,7 @@ if ( $op eq 'list' || $op eq 'convert' ) { > my $subgroup = $input->param('subgroup'); > $filter->{group} = $group; > $filter->{subgroup} = $subgroup; >- $filter->{branchcode} = 'FFL'; >+ $filter->{branchcode} = C4::Context::mybranch(); > my $reports = get_saved_reports($filter); > my $has_obsolete_reports; > >-- >2.39.5 >
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 Raw
Actions:
View
Attachments on
bug 16631
:
184422
|
184508
|
184509
|
184510
|
184511
|
184512
|
184513
|
184514
|
184515
|
184516
|
184517
|
184518
|
184519
|
184520
|
184521
|
184522
|
184525
|
184526
|
184657
|
184674
|
184686
|
184687
|
184688
|
184689
|
184690
|
184691
|
184692
|
184693
|
184694
|
184695
|
184845
|
184846
|
184847
|
184848
|
184859
|
184861