Index: civicrm/trunk/sites/all/modules/civicrm/CRM/Contribute/Form/Contribution.php |
— | — | @@ -570,7 +570,7 @@ |
571 | 571 | } |
572 | 572 | } |
573 | 573 | |
574 | | - if ( !CRM_Utils_Array::value( 'receive_date', $defaults ) ) { |
| 574 | + if ( !$this->_id && !CRM_Utils_Array::value( 'receive_date', $defaults ) ) { |
575 | 575 | list( $defaults['receive_date'], |
576 | 576 | $defaults['receive_date_time'] ) = CRM_Utils_Date::setDateDefaults( null, 'activityDateTime' ); |
577 | 577 | } |