Fixed Link Option for Warehouse

This commit is contained in:
bcornwellmott 2017-02-19 14:04:20 -08:00 committed by GitHub
parent 67a13972fb
commit 568dac3aad

View File

@ -10,6 +10,7 @@ frappe.query_reports["BOM Stock Report"] = {
"fieldname":"warehouse",
"label": __("Warehouse"),
"fieldtype": "Link",
"options": "Warehouse",
"reqd": 1
}
]