expense claim list bugfix

This commit is contained in:
Rushabh Mehta 2013-01-23 22:26:45 +05:30
parent c3c67d31ec
commit 363e923b80

View File

@ -31,7 +31,7 @@ wn.doclistviews['Expense Claim'] = wn.views.ListView.extend({
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'},
},