[cleanup] fixes to v7

This commit is contained in:
Rushabh Mehta
2016-06-13 17:46:55 +05:30
parent 7f8142d30d
commit d1eba515e9
6 changed files with 16 additions and 9 deletions

View File

@@ -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',