X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=sql%2FGenerateData.php;h=7f6d0c7e18998a06afb3a5f087184ac3b2b15d85;hb=45c3cac64701b8385aef5d56a0c831810bf815c4;hp=75d02483be277324bdabd6854531dfba36f50fd1;hpb=88c31e45a3a47425615cee983725f47193aaf86b;p=civicrm-core.git diff --git a/sql/GenerateData.php b/sql/GenerateData.php index 75d02483be..7f6d0c7e18 100644 --- a/sql/GenerateData.php +++ b/sql/GenerateData.php @@ -1843,7 +1843,7 @@ order by cc.id; "; $select = 'SELECT contribution.id contribution_id, cli.id as line_item_id, contribution.contact_id, contribution.receive_date, contribution.total_amount, contribution.currency, cli.label, cli.financial_type_id, cefa.financial_account_id, contribution.payment_instrument_id, contribution.check_number, contribution.trxn_id'; $where = 'WHERE cefa.account_relationship = 1'; - $financialAccountId = CRM_Financial_BAO_FinancialTypeAccount::getInstrumentFinancialAccount(); + $financialAccountId = CRM_Financial_BAO_FinancialTypeAccount::getInstrumentFinancialAccount(4); foreach ($components as $component) { if ($component == 'contribution') { $from = 'FROM `civicrm_contribution` contribution';