Details
- 
    Type:
Bug
 - 
    Status: Done/Fixed
 - 
    Priority:
Minor
 - 
    Resolution: Fixed/Completed
 - 
    Affects Version/s: 3.2.2, 3.2.3, 3.2.4, 3.2.5, 3.3.0, 3.3.1, 3.3.2
 - 
    Fix Version/s: 3.4.alpha
 - 
    Component/s: CiviContribute
 - 
    Labels:None
 
Description
When batch updating contributions via profile, the Received Date field doesn't have a date picker and isn't editable. It turns out that the template explicitly lists the fields that should have date pickers, and it doesn't have receive_date listed. I've attached a patch to templates/CRM/Contribute/Form/Task/Batch.tpl that adds it.