Merge branch 'master' of github.com:webnotes/erpnext

This commit is contained in:
Nabin Hait
2012-07-18 18:13:04 +05:30
2 changed files with 2 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ wn.doclistviews['Purchase Receipt'] = wn.views.ListView.extend({
"`tabPurchase Receipt`.supplier_name",
"group_concat(`tabPurchase Receipt Item`.prevdoc_docname) as purchase_order_no",
]);
this.group_by = "`tabPurchase Receipt`.name";
},
prepare_data: function(data) {
this._super(data);