Skip to content
Snippets Groups Projects
Commit 6ecc896b authored by Kurund Jalmi's avatar Kurund Jalmi
Browse files

Merge pull request #1413 from sfe-ev/4.3.6-upgrade_fix

Fix localisation error in DB upgrade script
parents 18080620 47b19837
Branches
Tags
No related merge requests found
......@@ -921,7 +921,7 @@ WHERE ceft.entity_table = 'civicrm_contribution' AND cc.contribution_recur_id I
AND ceft1.entity_table = 'civicrm_financial_item' AND cft.id IS NOT NULL AND cft.payment_instrument_id = %1
ORDER BY cft.id ";
$paymentInstrument = CRM_Contribute_PseudoConstant::paymentInstrument();
$paymentInstrument = CRM_Contribute_PseudoConstant::paymentInstrument('name');
$param = array(1 => array(array_search('Credit Card', $paymentInstrument), 'Integer'));
$dao = CRM_Core_DAO::executeQuery($sql, $param);
$financialTrxn = array();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment