make money string localizable
authorberick <berick@esilibrary.com>
Tue, 15 Feb 2011 15:32:04 +0000 (10:32 -0500)
committerberick <berick@esilibrary.com>
Tue, 15 Feb 2011 15:32:04 +0000 (10:32 -0500)
Open-ILS/web/templates/default/opac/parts/header.tt2

index 08f0854..23f1bd4 100644 (file)
@@ -1,4 +1,4 @@
-[%- USE money = format('$%.2f');
+[%- USE money = format(l('$%.2f'));
     USE date;
     USE CGI; 
     USE EGI18N; -%]