mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 12:49:10 +00:00
[cleanup] fixes to v7
This commit is contained in:
@@ -7,7 +7,7 @@ frappe.pages['stock-balance'].on_page_load = function(wrapper) {
|
||||
page.start = 0;
|
||||
|
||||
page.warehouse_field = page.add_field({
|
||||
fieldname: 'wareshouse',
|
||||
fieldname: 'warehouse',
|
||||
label: __('Warehouse'),
|
||||
fieldtype:'Link',
|
||||
options:'Warehouse',
|
||||
|
||||
Reference in New Issue
Block a user