don't show currency in journal voucher's listview
This commit is contained in:
parent
3156ad8143
commit
02c0eaf99a
@ -25,7 +25,7 @@ wn.doclistviews['Journal Voucher'] = wn.views.ListView.extend({
|
|||||||
{
|
{
|
||||||
width: '18%',
|
width: '18%',
|
||||||
content: function(parent, data) {
|
content: function(parent, data) {
|
||||||
$(parent).html(sys_defaults.currency + ' ' + fmt_money(data.total_debit))
|
$(parent).html(fmt_money(data.total_debit))
|
||||||
},
|
},
|
||||||
css: {'text-align':'right'}
|
css: {'text-align':'right'}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user