mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 04:09:11 +00:00
[list] reports for item list
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user