projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef02c66
)
fix 'Pledge Made Date' to show date and not time
author
yashodha
<yashodha@cividesk.com>
Thu, 21 Jul 2022 05:00:53 +0000
(10:30 +0530)
committer
yashodha
<yashodha@cividesk.com>
Thu, 21 Jul 2022 05:00:53 +0000
(10:30 +0530)
CRM/Report/Form/Pledge/Detail.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Report/Form/Pledge/Detail.php
b/CRM/Report/Form/Pledge/Detail.php
index 34f00580023cbfbbe5a8c2233d50b5a905697ed0..0138995bb24b12a203df8a326a4f46c4ad446416 100644
(file)
--- a/
CRM/Report/Form/Pledge/Detail.php
+++ b/
CRM/Report/Form/Pledge/Detail.php
@@
-109,6
+109,7
@@
class CRM_Report_Form_Pledge_Detail extends CRM_Report_Form {
],
'pledge_create_date' => [
'title' => ts('Pledge Made Date'),
+ 'type' => CRM_Utils_Type::T_DATE,
],
'start_date' => [
'title' => ts('Pledge Start Date'),