Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Cannot Reproduce
-
Affects Version/s: 4.4.4
-
Fix Version/s: Unscheduled
-
Component/s: None
-
Labels:None
-
Versioning Impact:Patch (backwards-compatible bug fixes)
-
Documentation Required?:None
-
Funding Source:Needs Funding
Description
On the recurring notify templates the dates are not rendering
{$recur_start_date|crmDate}
Updating them to be like the contribution_offline_receipt makes them work
{$receive_date|truncate:10:''|crmDate}
https://github.com/civicrm/civicrm-core/blob/master/xml/templates/message_templates/contribution_offline_receipt_html.tpl#L100
however, I think the real fix would be to alter crmDate so it can cope whether or not they are truncated per above