Regression from https://lab.civicrm.org/dev/core/issues/680
led to https://civicrm.stackexchange.com/questions/28410/unable-to-take-credit-card-payment-after-civi-update
}
// add various dates
- $this->addField('receive_date', array('entity' => 'contribution'), TRUE, FALSE);
+ $this->addField('receive_date', array('entity' => 'contribution'), !$this->_mode, FALSE);
$this->addField('receipt_date', array('entity' => 'contribution'), FALSE, FALSE);
$this->addField('cancel_date', array('entity' => 'contribution', 'label' => ts('Cancelled / Refunded Date')), FALSE, FALSE);