Skip to content

Commit

Permalink
Merge pull request #16803 from UshaMakoa/patch-8
Browse files Browse the repository at this point in the history
(NFC) Query.php / Minor typo: Genrated -> Generated
  • Loading branch information
colemanw authored Mar 16, 2020
2 parents 22599d4 + 1292fe0 commit 9fc6f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Case/BAO/Query.php
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ public static function whereClauseSingle(&$values, &$query) {

case 'case_activity_is_auto':
$query->_where[$grouping][] = CRM_Contact_BAO_Query::buildClause("case_activity.is_auto", $op, $value, 'Boolean');
$query->_qill[$grouping][] = ts("Activity Auto Genrated %1 '%2'", [1 => $op, 2 => $value]);
$query->_qill[$grouping][] = ts("Activity Auto Generated %1 '%2'", [1 => $op, 2 => $value]);
$query->_tables['case_activity'] = $query->_whereTables['case_activity'] = 1;
$query->_tables['civicrm_case'] = $query->_whereTables['civicrm_case'] = 1;
$query->_tables['civicrm_case_contact'] = $query->_whereTables['civicrm_case_contact'] = 1;
Expand Down

0 comments on commit 9fc6f9f

Please sign in to comment.