expense claim list bugfix
diff --git a/hr/doctype/expense_claim/expense_claim_list.js b/hr/doctype/expense_claim/expense_claim_list.js
index c3c81b1..4e5a0dc 100644
--- a/hr/doctype/expense_claim/expense_claim_list.js
+++ b/hr/doctype/expense_claim/expense_claim_list.js
@@ -31,7 +31,7 @@
 			width: '12%',
 			content: function(parent, data) {
 				$(parent).html(format_currency(data.total_sanctioned_amount, 
-					erpnext.get_currency(data.company));
+					erpnext.get_currency(data.company)));
 			},
 			css: {'text-align': 'right'},
 		},