Replace ->assign with CRM_Core_Smarty::singleton()->assign in preparation for making...
authoreileen <emcnaughton@wikimedia.org>
Sun, 13 Jan 2019 22:59:15 +0000 (11:59 +1300)
committereileen <emcnaughton@wikimedia.org>
Sun, 13 Jan 2019 22:59:15 +0000 (11:59 +1300)
commitd8a0c6438d82c6170a5ac8cf8df6291f39cd7708
tree4fb11384b50f587d2ceee07396ec8e8c855774af
parentbbb37116d94c6db624c33a33d6384ea2ddd65cd9
Replace ->assign with CRM_Core_Smarty::singleton()->assign in preparation for making function shareable

Per PR 1330 there is an intention to make this form receipting function a shared function. Part of making it sharable is making it static.

This is a preparatory refactor towards that end, getting rid of the 'this' in assigning variables to smarty
CRM/Contribute/Form/AdditionalPayment.php