Bugzilla – Attachment 148690 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: Removing void payments from the cash register report
Bug-29664-Removing-void-payments-from-the-cash-reg.patch (text/plain), 819 bytes, created by
Laura Escamilla
on 2023-03-24 18:25:36 UTC
(
hide
)
Description:
Bug 29664: Removing void payments from the cash register report
Filename:
MIME Type:
Creator:
Laura Escamilla
Created:
2023-03-24 18:25:36 UTC
Size:
819 bytes
patch
obsolete
>From 08e45c8dcf24bf4017357d63b83df313529e7c32 Mon Sep 17 00:00:00 2001 >From: John Doe <you@example.com> >Date: Fri, 24 Mar 2023 18:16:36 +0000 >Subject: [PATCH] Bug 29664: Removing void payments from the 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 c2b22f9db2..2e30e345ff 100755 >--- a/reports/cash_register_stats.pl >+++ b/reports/cash_register_stats.pl >@@ -114,6 +114,7 @@ if ($do_it) { > $whereTType > $whereBranchCode > $whereRegister >+ AND (al.credit_type_code NOT IN ('VOID') AND al.debit_type_code NOT IN ('VOID')) > ORDER BY al.date > "; > my $sth_stats = $dbh->prepare($query) or die "Unable to prepare query " . $dbh->errstr; >-- >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