Skip to content

Commit 318d09d

Browse files
author
Liukshyn Roman
committed
MAGETWO-45447: SQL error after search in Billing Agreements grid in Admin
- CR update
1 parent f0626cf commit 318d09d

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Paypal/Model/ResourceModel/Billing/Agreement

1 file changed

+1
-1
lines changed

app/code/Magento/Paypal/Model/ResourceModel/Billing/Agreement/Collection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,6 @@ public function addFieldToFilter($field, $condition = null)
101101
if (in_array($field , ['created_at', 'updated_at'])) {
102102
$field = 'main_table.' .$field;
103103
}
104-
return parent::addFieldToFilter($field, $condition); // TODO: Change the autogenerated stub
104+
return parent::addFieldToFilter($field, $condition);
105105
}
106106
}

0 commit comments

Comments
 (0)