Allow the dollar sign in the input box, since it will get stripped off later anyway.
git-svn-id: file:///svn-source/pmgr/branches/yafr_20090716/site@558 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
@@ -58,7 +58,7 @@ echo $this->element('form_table',
|
|||||||
"amount" => array('prefix' => 'Entry.0',
|
"amount" => array('prefix' => 'Entry.0',
|
||||||
'opts' =>
|
'opts' =>
|
||||||
array('value' =>
|
array('value' =>
|
||||||
FormatHelper::currency($balance, false, ''),
|
FormatHelper::currency($balance),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
"account_id" => array('prefix' => 'Entry.0',
|
"account_id" => array('prefix' => 'Entry.0',
|
||||||
|
|||||||
Reference in New Issue
Block a user