Skip to content

Commit

Permalink
GP-33731: Remove bank account replacing(from id to IBAN). Because the…
Browse files Browse the repository at this point in the history
… same logic is in contract extension. The double logic of replacing makes issue.
  • Loading branch information
awg-github authored and pfigel committed Nov 3, 2022
1 parent f365968 commit cbe495f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CRM/Uimods/Tools/BankAccount.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ class CRM_Uimods_Tools_BankAccount {
* passing the build_form hook
*/
public static function renderForm($formName, &$form) {
if ($formName == 'CRM_Contribute_Form_ContributionView'
|| $formName == 'CRM_Activity_Form_Activity') {
if ($formName == 'CRM_Contribute_Form_ContributionView') {
$viewCustomData = $form->get_template_vars('viewCustomData');
// $contact_id = self::getContactID($form);
$modified = FALSE;
Expand Down

0 comments on commit cbe495f

Please sign in to comment.