[freeside-commits] freeside/httemplate/edit part_bill_event.cgi, 1.27, 1.28

Ivan,,, ivan at wavetail.420.am
Sat Dec 24 19:38:38 PST 2005


Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail:/tmp/cvs-serv17533

Modified Files:
	part_bill_event.cgi 
Log Message:
make sure to specify a money_char default

Index: part_bill_event.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/part_bill_event.cgi,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- part_bill_event.cgi	25 Dec 2005 00:52:27 -0000	1.27
+++ part_bill_event.cgi	25 Dec 2005 03:38:36 -0000	1.28
@@ -95,7 +95,7 @@
 }
 
 my $conf = new FS::Conf;
-my $money_char = $conf->config('money_char');
+my $money_char = $conf->config('money_char') || '$';
 
 #this is pretty kludgy right here.
 tie my %events, 'Tie::IxHash',



More information about the freeside-commits mailing list