projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e60e0c0
)
translate more strings
author
yashodha
<yashodha@cividesk.com>
Fri, 20 Apr 2018 09:16:43 +0000
(14:46 +0530)
committer
yashodha
<yashodha@cividesk.com>
Fri, 20 Apr 2018 09:16:43 +0000
(14:46 +0530)
CRM/Grant/BAO/Query.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Grant/BAO/Query.php
b/CRM/Grant/BAO/Query.php
index 33d5aa03ae27889ac8e28eca454994562262fe0a..6631c69343206e9a33286a280fda4bab2812b667 100644
(file)
--- a/
CRM/Grant/BAO/Query.php
+++ b/
CRM/Grant/BAO/Query.php
@@
-215,7
+215,8
@@
class CRM_Grant_BAO_Query extends CRM_Core_BAO_Query {
$yesNo = ts('No');
$query->_where[$grouping][] = "civicrm_grant.grant_report_received IS NULL";
}
- $query->_qill[$grouping][] = ts('Grant Report Received = %1', array(1 => $yesNo));
+
+ $query->_qill[$grouping][] = ts('Grant Report Received = %1', array(1 => $yesNo));
$query->_tables['civicrm_grant'] = $query->_whereTables['civicrm_grant'] = 1;
return;