Bugzilla – Attachment 120824 Details for
Bug 28264
Transaction type is empty in cash register statistics wizard report
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28264: Transaction type is empty is cash register statistics wizard report
Bug-28264-Transaction-type-is-empty-is-cash-regist.patch (text/plain), 1.37 KB, created by
Martin Renvoize (ashimema)
on 2021-05-11 08:40:58 UTC
(
hide
)
Description:
Bug 28264: Transaction type is empty is cash register statistics wizard report
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2021-05-11 08:40:58 UTC
Size:
1.37 KB
patch
obsolete
>From 9754315abffe9508755f8bc2917377f808af24ac Mon Sep 17 00:00:00 2001 >From: Ivan Dziuba <ivan.dziuba@inlibro.com> >Date: Thu, 6 May 2021 15:33:02 -0400 >Subject: [PATCH] Bug 28264: Transaction type is empty is cash register > statistics wizard report > >To test: >1) Go into a patron file and add some manual fees and pay them >2) Go to Reports > Statistics wizards > Cash register >3) In the form, choose Transaction type: All transactions >4) Click "Submit" >5) Note that the Transaction type column is empty >6) In the form, choose Output: To a file >7) Click "Submit" >8) Open the file in a spreadsheet software (I use LibreOffice) >9) The Transaction type column IS NOT empty > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > 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 a59fcdb5f7..40f358e549 100755 >--- a/reports/cash_register_stats.pl >+++ b/reports/cash_register_stats.pl >@@ -167,7 +167,7 @@ if ($do_it) { > $row->{branchname}, > $row->{date}, > $row->{timestamp}, >- $row->{credit_type}, >+ $row->{credit_type_code}, > $row->{debit_type}, > $row->{note}, > $row->{amount}, >-- >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 28264
:
120642
| 120824 |
120825