Bugzilla – Attachment 96162 Details for
Bug 24177
Internal Server error when clicking cash register (Report)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24177: (QA follow-up) Fix warning
Bug-24177-QA-follow-up-Fix-warning.patch (text/plain), 1.17 KB, created by
Tomás Cohen Arazi (tcohen)
on 2019-12-10 14:45:00 UTC
(
hide
)
Description:
Bug 24177: (QA follow-up) Fix warning
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2019-12-10 14:45:00 UTC
Size:
1.17 KB
patch
obsolete
>From 42c4ae0ba673f745caa29621be769510b6f9bd8d Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Tue, 10 Dec 2019 11:44:44 -0300 >Subject: [PATCH] Bug 24177: (QA follow-up) Fix warning > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > reports/cash_register_stats.pl | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/reports/cash_register_stats.pl b/reports/cash_register_stats.pl >index d2f8c0faa8..6fbbbfbf9b 100755 >--- a/reports/cash_register_stats.pl >+++ b/reports/cash_register_stats.pl >@@ -64,9 +64,9 @@ my @credit_types = > > if ($do_it) { > >- $fromDate = output_pref({ dt => eval { dt_from_string($input->param("from")) } || dt_from_string, >+ $fromDate = output_pref({ dt => eval { dt_from_string(scalar $input->param("from")) } || dt_from_string, > dateformat => 'sql', dateonly => 1 }); #for sql query >- $toDate = output_pref({ dt => eval { dt_from_string($input->param("to")) } || dt_from_string, >+ $toDate = output_pref({ dt => eval { dt_from_string(scalar $input->param("to")) } || dt_from_string, > dateformat => 'sql', dateonly => 1 }); #for sql query > > my $whereTType = q{}; >-- >2.24.0
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 24177
:
96003
|
96132
|
96157
|
96161
| 96162