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@558 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-08-14 21:07:02 +00:00
parent f81bfdecc2
commit fe9f6ce949

View File

@@ -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',