Bugzilla – Attachment 149102 Details for
Bug 29664
Do not show voided payments in cash register statistics wizard
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29664: WIP Test Patch
Bug-29664-WIP-Test-Patch.patch (text/plain), 945 bytes, created by
Laura Escamilla
on 2023-04-03 16:19:02 UTC
(
hide
)
Description:
Bug 29664: WIP Test Patch
Filename:
MIME Type:
Creator:
Laura Escamilla
Created:
2023-04-03 16:19:02 UTC
Size:
945 bytes
patch
obsolete
>From ebc6057ec17dc9e612ea126d81ee07e86d813568 Mon Sep 17 00:00:00 2001 >From: John Doe <you@example.com> >Date: Mon, 3 Apr 2023 16:14:11 +0000 >Subject: [PATCH] Bug 29664: WIP Test Patch > >--- > 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 c2b22f9db2..54db74c87d 100755 >--- a/reports/cash_register_stats.pl >+++ b/reports/cash_register_stats.pl >@@ -69,7 +69,7 @@ if ($do_it) { > if ($transaction_type eq 'ALL') { #All Transactons > $whereTType = q{}; > } elsif ($transaction_type eq 'ACT') { #Active >- $whereTType = q{ AND credit_type_code IN ('PAYMENT','CREDIT') }; >+ $whereTType = q{ AND credit_type_code IN ('PAYMENT','CREDIT') AND status !='VOID' }; > } elsif ($transaction_type eq 'FORW') { > $whereTType = q{ AND credit_type_code IN ('FORGIVEN','WRITEOFF') }; > } else { >-- >2.30.2
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 29664
:
148689
|
148690
|
148691
|
148692
|
148693
|
148694
|
149102
|
150456
|
150580
|
152887
|
152888