The only definition I can find is in the cache (strange)
'quoted_amount_c' =>
array (
'inline_edit' => '',
'options' => 'numeric_range_search_dom',
'labelValue' => 'Quoted Amount',
'enable_range_search' => '1',
'required' => false,
'source' => 'custom_fields',
'name' => 'quoted_amount_c',
'vname' => 'LBL_QUOTED_AMOUNT',
'type' => 'currency',
'massupdate' => '0',
'default' => NULL,
'no_default' => false,
'comments' => '',
'help' => '',
'importable' => 'true',
'duplicate_merge' => 'disabled',
'duplicate_merge_dom_value' => '0',
'audited' => true,
'reportable' => true,
'unified_search' => false,
'merge_filter' => 'disabled',
'len' => '26',
'size' => '20',
'precision' => 6,
'id' => 'qta_QuotedAmountquoted_amount_c',
'custom_module' => 'qta_QuotedAmount,
),
<div class="col-xs-12 col-sm-8 edit-view-field " type="currency" field="quoted_amount_c" >
<?php if (strlen ( $this->_tpl_vars['fields']['quoted_amount_c']['value'] ) <= 0): ?>
<?php $this->assign('value', $this->_tpl_vars['fields']['quoted_amount_c']['default_value']); ?>
<?php $this->assign('value', $this->_tpl_vars['fields']['quoted_amount_c']['value']); ?>
<input type='text' name='<?php echo $this->_tpl_vars['fields']['quoted_amount_c']['name']; ?>
<?php echo $this->_tpl_vars['fields']['quoted_amount_c']['name']; ?>
addToValidate(\'EditView\', \'quoted_amount_c\', \'currency\', false,\''; ?>
<div class="col-xs-12 col-sm-8 detail-view-field " type="currency" field="quoted_amount_c" >
<?php if (! $this->_tpl_vars['fields']['quoted_amount_c']['hidden']): ?>
:<span id='<?php echo $this->_tpl_vars['fields']['quoted_amount_c']['name']; ?>
<?php echo smarty_function_sugar_number_format(array('var' => $this->_tpl_vars['fields']['quoted_amount_c']['value']), $this);?>
addToValidate('EditView', 'quoted_amount_c', 'currency', false,'{/literal}{sugar_translate label='LBL_QUOTED_AMOUNT' module='ldz_Leadz' for_js=true}{literal}' );
But it still validates even that it is set to false?