From 61a00f475a3abffe659d18cf13bcbba18299b8a8 Mon Sep 17 00:00:00 2001 From: abijah Date: Fri, 14 Aug 2009 21:07:02 +0000 Subject: [PATCH] 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 --- views/transactions/refund.ctp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/transactions/refund.ctp b/views/transactions/refund.ctp index bdf06ed..569a07e 100644 --- a/views/transactions/refund.ctp +++ b/views/transactions/refund.ctp @@ -58,7 +58,7 @@ echo $this->element('form_table', "amount" => array('prefix' => 'Entry.0', 'opts' => array('value' => - FormatHelper::currency($balance, false, ''), + FormatHelper::currency($balance), ), ), "account_id" => array('prefix' => 'Entry.0',