Uploaded image for project: 'CiviCRM'
  1. CiviCRM
  2. CRM-2062

Receive Date is Missing on Contribution Thank-you Page and Receipt

    Details

    • Type: Bug
    • Status: Done/Fixed
    • Priority: Minor
    • Resolution: Fixed/Completed
    • Affects Version/s: 1.8
    • Fix Version/s: 1.8
    • Component/s: CiviContribute, CiviMember
    • Labels:
      None

      Description

      Using PayPal Pro - test-drive with either of the two sample contribution pages... on success, the Thank-you page and the Receipt are supposed to display the Receive Date ($receive_date var). But both are empty (including empty when I added

      {debug}

      to the receipt output).

      The receive_date IS being saved to the contribution DB record properly however.

      CRM/Contribute/Form/Contribution/ThankYou.php seems to be assigning the value from params, but evidently it doesn't exist in params at that point or ???

      line 133:
      $this->assign( 'receive_date',
      CRM_Utils_Date::mysqlToIso( $this->_params['receive_date'] ) );

        Attachments

          Activity

            People

            • Assignee:
              junia Junia Biswas
              Reporter:
              dgg David Greenberg
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: