Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Extensions
grant_program
Commits
d9691acf
Commit
d9691acf
authored
May 05, 2014
by
Edselopez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
GEP-46 Removed debug statements
parent
2ebdbf11
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
grantprograms.php
grantprograms.php
+0
-1
No files found.
grantprograms.php
View file @
d9691acf
...
...
@@ -105,7 +105,6 @@ function grantprograms_civicrm_grantAssessment(&$params) {
&&
CRM_Core_DAO
::
getFieldValue
(
'CRM_Core_DAO_CustomField'
,
$fieldValue
[
'custom_field_id'
],
'html_type'
)
==
'Select'
)
{
if
(
is_nan
((
float
)
$fieldValue
[
'value'
])
===
FALSE
)
{
$assessmentAmount
+=
$fieldValue
[
'value'
];
CRM_Core_Error
::
debug
(
'$fieldValue'
,
$fieldValue
[
'value'
]
);
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment