mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-25 04:53:01 +00:00
Merge branch 'master' of github.com:webnotes/erpnext
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user