Bugzilla – Attachment 55939 Details for
Bug 6934
New report Cash Register Statistics
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 6934 - Fix problem C4::Branch::GetBranchesLoop not exist
Bug-6934---Fix-problem-C4BranchGetBranchesLoop-not.patch (text/plain), 933 bytes, created by
Bouzid Fergani
on 2016-09-29 17:32:29 UTC
(
hide
)
Description:
Bug 6934 - Fix problem C4::Branch::GetBranchesLoop not exist
Filename:
MIME Type:
Creator:
Bouzid Fergani
Created:
2016-09-29 17:32:29 UTC
Size:
933 bytes
patch
obsolete
>From a5719f901903712e6ea7cfc860181876d3ccd679 Mon Sep 17 00:00:00 2001 >From: Bouzid Fergani <bouzid.fergani@inlibro.com> >Date: Thu, 29 Sep 2016 12:43:39 -0400 >Subject: [PATCH] Bug 6934 - Fix problem C4::Branch::GetBranchesLoop not exist > >--- > reports/cash_register_stats.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/reports/cash_register_stats.pl b/reports/cash_register_stats.pl >index ba4f14f..7d29119 100755 >--- a/reports/cash_register_stats.pl >+++ b/reports/cash_register_stats.pl >@@ -178,7 +178,7 @@ $template->param( > beginDate => $fromDate, > endDate => $toDate, > transaction_type => $transaction_type, >- branchloop => C4::Branch::GetBranchesLoop($manager_branchcode), >+ branchloop => Koha::Libraries->search({}, { order_by => ['branchname'] })->unblessed, > manualinv_types => $manualinv_types, > CGIsepChoice => GetDelimiterChoices, > ); >-- >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 6934
:
5634
|
5635
|
5640
|
5641
|
9379
|
9419
|
12602
|
12660
|
31210
|
36476
|
42564
|
42565
|
44847
|
44853
|
45972
|
45973
|
45974
|
48634
|
48642
|
48704
|
48705
|
48706
|
48707
|
48708
|
50429
|
50437
|
50938
|
53496
|
53500
|
53570
|
53571
|
53572
|
53573
|
53574
|
53575
|
53576
|
53577
|
53578
|
53579
|
53581
|
53582
|
53583
|
53584
|
53585
|
53586
|
53587
|
53588
|
53589
|
53590
|
53591
|
53648
|
53650
|
53651
|
53652
|
53653
|
53778
|
53780
|
54010
|
54088
|
54089
|
54090
|
54091
|
54092
|
54093
|
54094
|
54095
|
54096
|
54097
|
54098
|
54099
|
54100
|
55939
|
55988
|
55989
|
55990
|
55991
|
55992
|
55993
|
55994
|
55995
|
55996
|
55997
|
55998
|
55999
|
56000
|
56001
|
56763
|
56764