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