$this->_formValues["pledge_test"] = 0;
}
+ foreach (array('pledge_amount_low', 'pledge_amount_high') as $f) {
+ if (isset($this->_formValues[$f])) {
+ $this->_formValues[$f] = CRM_Utils_Rule::cleanMoney($this->_formValues[$f]);
+ }
+ }
+
if (isset($this->_ssID) && empty($_POST)) {
// if we are editing / running a saved search and the form has not been posted
$this->_formValues = CRM_Contact_BAO_SavedSearch::getFormValues($this->_ssID);
</tr>
<tr>
<td colspan="2">
- <label>{ts}Pledge Payment Status{/ts}
+ <label>{ts}Pledge Payment Status{/ts}</label>
<br />{$form.pledge_payment_status_id.html}
</td>
</tr>
<tr>
<td>
- <label>{ts}Pledge Amounts{/ts}
+ <label>{ts}Pledge Amounts{/ts}</label>
<br />
{$form.pledge_amount_low.label} {$form.pledge_amount_low.html} {$form.pledge_amount_high.label} {$form.pledge_amount_high.html}
</td>
<td>
- <label>{ts}Pledge Status{/ts}
+ <label>{ts}Pledge Status{/ts}</label>
<br />{$form.pledge_status_id.html}
</td>
</tr>