Bugzilla – Attachment 148689 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 cash_register_stats
Bug-29664-Removing-void-payments-from-cashregister.patch (text/plain), 875 bytes, created by
Laura Escamilla
on 2023-03-24 18:07:03 UTC
(
hide
)
Description:
Bug 29664: Removing void payments from cash_register_stats
Filename:
MIME Type:
Creator:
Laura Escamilla
Created:
2023-03-24 18:07:03 UTC
Size:
875 bytes
patch
obsolete
>From f3dded9eaaa9e0744c26b78560a875a7ed0673b8 Mon Sep 17 00:00:00 2001 >From: John Doe <you@example.com> >Date: Fri, 24 Mar 2023 17:49:42 +0000 >Subject: [PATCH] Bug 29664: Removing void payments from cash_register_stats > >--- > 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..1d93f078a1 100755 >--- a/reports/cash_register_stats.pl >+++ b/reports/cash_register_stats.pl >@@ -111,6 +111,7 @@ if ($do_it) { > LEFT JOIN account_credit_types act ON (al.credit_type_code = act.code) > LEFT JOIN account_debit_types adt ON (al.debit_type_code = adt.code) > WHERE CAST(al.date AS DATE) BETWEEN ? AND ? >+ AND al.credit_type_code <> 'VOID' -- Exclude VOID payments > $whereTType > $whereBranchCode > $whereRegister >-- >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