mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 03:39:11 +00:00
fix in purchase order list
This commit is contained in:
@@ -27,7 +27,7 @@ wn.doclistviews['Purchase Order'] = wn.views.ListView.extend({
|
|||||||
},
|
},
|
||||||
css: {'text-align':'right'}
|
css: {'text-align':'right'}
|
||||||
},
|
},
|
||||||
{width: '8%', content: 'per_received', type:'bar-graph', label:'Delivered'},
|
{width: '8%', content: 'per_received', type:'bar-graph', label:'Received'},
|
||||||
{width: '8%', content: 'per_billed', type:'bar-graph', label:'Billed'},
|
{width: '8%', content: 'per_billed', type:'bar-graph', label:'Billed'},
|
||||||
{width: '12%', content:'transaction_date',
|
{width: '12%', content:'transaction_date',
|
||||||
css: {'text-align': 'right', 'color':'#777'},
|
css: {'text-align': 'right', 'color':'#777'},
|
||||||
|
|||||||
Reference in New Issue
Block a user