mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-05 05:09:11 +00:00
[design] form toolbar
This commit is contained in:
committed by
Anand Doshi
parent
6f7cba8d73
commit
4096a3ab2b
@@ -20,7 +20,7 @@ erpnext.StockLedger = erpnext.StockGridReport.extend({
|
||||
title: __("Stock Ledger"),
|
||||
page: wrapper,
|
||||
parent: $(wrapper).find('.layout-main'),
|
||||
appframe: wrapper.appframe,
|
||||
page: wrapper.page,
|
||||
doctypes: ["Item", "Item Group", "Warehouse", "Stock Ledger Entry", "Brand", "Serial No"],
|
||||
})
|
||||
},
|
||||
|
||||
@@ -25,7 +25,7 @@ erpnext.StockLevel = erpnext.StockGridReport.extend({
|
||||
title: __("Stock Level"),
|
||||
page: wrapper,
|
||||
parent: $(wrapper).find('.layout-main'),
|
||||
appframe: wrapper.appframe,
|
||||
page: wrapper.page,
|
||||
doctypes: ["Item", "Warehouse", "Stock Ledger Entry", "Production Order",
|
||||
"Material Request Item", "Purchase Order Item", "Sales Order Item", "Brand", "Serial No"],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user