expense claim list bugfix
This commit is contained in:
@@ -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'},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user