Skip to content
Snippets Groups Projects
Commit 620c386a authored by gitsync's avatar gitsync
Browse files

removed unwanted db call CRM-13078

----------------------------------------
* CRM-13078:
  http://issues.civicrm.org/jira/browse/CRM-13078
parent 05d1454b
No related branches found
No related tags found
No related merge requests found
......@@ -366,8 +366,6 @@ class CRM_Batch_Form_Entry extends CRM_Core_Form {
$this->_priceSet = current(CRM_Price_BAO_Set::getSetDetail($priceSetId));
$fieldID = key($this->_priceSet['fields']);
$assetRelation = key(CRM_CORE_PseudoConstant::accountOptionValues('account_relationship', NULL, " AND v.name LIKE 'Asset Account is' "));
if (isset($params['field'])) {
foreach ($params['field'] as $key => $value) {
// if contact is not selected we should skip the row
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment