From cc98018c08af0aa361ae6ad1b13509c666f51d6c Mon Sep 17 00:00:00 2001 From: berick Date: Tue, 15 Feb 2011 10:32:04 -0500 Subject: [PATCH] make money string localizable --- Open-ILS/web/templates/default/opac/parts/header.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/web/templates/default/opac/parts/header.tt2 b/Open-ILS/web/templates/default/opac/parts/header.tt2 index 4f72639434..3a25f6adfd 100644 --- a/Open-ILS/web/templates/default/opac/parts/header.tt2 +++ b/Open-ILS/web/templates/default/opac/parts/header.tt2 @@ -1,4 +1,4 @@ -[%- USE money = format('$%.2f'); +[%- USE money = format(l('$%.2f')); USE date; USE CGI; USE EGI18N; -- 2.11.0