Bugzilla – Attachment 120825 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: (QA follow-up) Impliment fix for debit_type_code
Bug-28264-QA-follow-up-Impliment-fix-for-debittype.patch (text/plain), 1.01 KB, created by
Martin Renvoize (ashimema)
on 2021-05-11 08:41:02 UTC
(
hide
)
Description:
Bug 28264: (QA follow-up) Impliment fix for debit_type_code
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2021-05-11 08:41:02 UTC
Size:
1.01 KB
patch
obsolete
>From 869fc2cfbdc2dbb9140689c0c9f99a99f4d06d89 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Tue, 11 May 2021 09:39:42 +0100 >Subject: [PATCH] Bug 28264: (QA follow-up) Impliment fix for debit_type_code > >The fix for the debit_type line was also missing. > >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 40f358e549..33c7d1d6ee 100755 >--- a/reports/cash_register_stats.pl >+++ b/reports/cash_register_stats.pl >@@ -168,7 +168,7 @@ if ($do_it) { > $row->{date}, > $row->{timestamp}, > $row->{credit_type_code}, >- $row->{debit_type}, >+ $row->{debit_type_code}, > $row->{note}, > $row->{amount}, > $row->{title}, >-- >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