Bugzilla – Attachment 96132 Details for
Bug 24177
Internal Server error when clicking cash register (Report)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24177: Import Koha::Account::CreditTypes to cash_register_stats.pl
Bug-24177-Import-KohaAccountCreditTypes-to-cashreg.patch (text/plain), 927 bytes, created by
Josef Moravec
on 2019-12-10 08:00:29 UTC
(
hide
)
Description:
Bug 24177: Import Koha::Account::CreditTypes to cash_register_stats.pl
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2019-12-10 08:00:29 UTC
Size:
927 bytes
patch
obsolete
>From deb13ee8de0900ae47edb49d99be5b1fb8cdaf9c Mon Sep 17 00:00:00 2001 >From: Josef Moravec <josef.moravec@gmail.com> >Date: Tue, 10 Dec 2019 07:56:55 +0000 >Subject: [PATCH] Bug 24177: Import Koha::Account::CreditTypes to > cash_register_stats.pl > >Test plan: >0) Do not apply the patch >1) Confirm the bug - go to Reports -> Cash register >--> You will see ISE >2) Apply the patch, and restart_all >3) Confirm the ISE is gone and you see the form for Cash register report >--- > reports/cash_register_stats.pl | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/reports/cash_register_stats.pl b/reports/cash_register_stats.pl >index 37aaace19b..d2f8c0faa8 100755 >--- a/reports/cash_register_stats.pl >+++ b/reports/cash_register_stats.pl >@@ -27,6 +27,7 @@ use Koha::DateUtils; > use Text::CSV::Encoded; > use List::Util qw/any/; > >+use Koha::Account::CreditTypes; > use Koha::Account::DebitTypes; > > my $input = new CGI; >-- >2.11.0
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 24177
:
96003
|
96132
|
96157
|
96161
|
96162