Fix bug whereby editing contribution_recur.amount was not updating single-row line...
authorEileen McNaughton <emcnaughton@wikimedia.org>
Thu, 16 Jun 2022 00:25:15 +0000 (12:25 +1200)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Fri, 17 Jun 2022 10:27:32 +0000 (22:27 +1200)
commit85f55d40988ba972826a4bca651241d9e49e6cf3
tree9388e5a4e595b5c9d464c8c83268e478eabb884d
parenta2b0ecbe0a27b9f35fb0bd4c1c7b72ff2f4dc832
Fix bug whereby editing contribution_recur.amount was not updating single-row line items

Update CRM/Contribute/BAO/ContributionRecur.php

yep - I got away with this in the test / my step through cos they were both one - Thanks

Co-authored-by: Rich Lott <artfulrobot@users.noreply.github.com>
Update tests/phpunit/CRM/Contribute/BAO/ContributionRecurTest.php

Co-authored-by: Rich Lott <artfulrobot@users.noreply.github.com>
Update tests/phpunit/CRM/Contribute/BAO/ContributionRecurTest.php

Co-authored-by: Rich Lott <artfulrobot@users.noreply.github.com>
Update tests/phpunit/CRM/Contribute/BAO/ContributionRecurTest.php

Co-authored-by: Rich Lott <artfulrobot@users.noreply.github.com>
Update CRM/Contribute/BAO/ContributionRecur.php

Co-authored-by: Matthew Wire <devel@mrwire.co.uk>
CRM/Contribute/BAO/ContributionRecur.php
tests/phpunit/CRM/Contribute/BAO/ContributionRecurTest.php