From 69e962060997d03b8855411bc7b5ad403817b3f3 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Wed, 5 Dec 2012 13:04:14 +0530 Subject: [PATCH] fix in purchase order list --- buying/doctype/purchase_order/purchase_order_list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buying/doctype/purchase_order/purchase_order_list.js b/buying/doctype/purchase_order/purchase_order_list.js index 69f97f5aa3..762c63596a 100644 --- a/buying/doctype/purchase_order/purchase_order_list.js +++ b/buying/doctype/purchase_order/purchase_order_list.js @@ -27,7 +27,7 @@ wn.doclistviews['Purchase Order'] = wn.views.ListView.extend({ }, 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: '12%', content:'transaction_date', css: {'text-align': 'right', 'color':'#777'},