make money string localizable
authorberick <berick@esilibrary.com>
Tue, 15 Feb 2011 15:32:04 +0000 (10:32 -0500)
committerBill Erickson <berick@esilibrary.com>
Wed, 20 Jul 2011 18:33:40 +0000 (14:33 -0400)
Open-ILS/web/templates/default/opac/parts/header.tt2

index 4f72639..3a25f6a 100644 (file)
@@ -1,4 +1,4 @@
-[%- USE money = format('$%.2f');
+[%- USE money = format(l('$%.2f'));
     USE date;
     USE CGI; 
     USE EGI18N;