[list] reports for item list

This commit is contained in:
Rushabh Mehta
2016-06-15 12:57:22 +05:30
parent dc1758b36e
commit b5f2c78f8f
3 changed files with 25 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
frappe.pages['stock-balance'].on_page_load = function(wrapper) {
var page = frappe.ui.make_app_page({
parent: wrapper,
title: 'Stock Balance',
title: 'Stock Summary',
single_column: true
});
page.start = 0;