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

Amount doesn't appear on Pay Later receipt

    Details

    • Type: Bug
    • Status: Done/Fixed
    • Priority: Minor
    • Resolution: Fixed/Completed
    • Affects Version/s: 4.7.6
    • Fix Version/s: 4.7.8
    • Component/s: CiviContribute
    • Labels:
    • Documentation Required?:
      None
    • Funding Source:
      Contributed Code

      Description

      The amount is missing from the receipt.

      The reason is that the code for CRM_Contribute_BAO_Contribution_Utils::processConfirm() has the amount passed into it as $form->_params['amount'] but when it calls CRM_Contribute_BAO_ContributionPage::sendMail() on line 212 it passes it $form->_values.

      What is needed is to copy $form->_params['amount'] to $form->_values['amount'] if the form doesn't have that value set.

        Attachments

          Activity

            People

            • Assignee:
              monish.deb Monish Deb
              Reporter:
              ken Ken West
            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: