Merge branch 'master' into develop

This commit is contained in:
Nabin Hait
2017-09-19 12:05:41 +05:30
13 changed files with 104 additions and 45 deletions

View File

@@ -22,7 +22,7 @@ frappe.ui.form.on("BOM", {
frm.set_query("source_warehouse", "items", function() {
return {
filters: {
'company': frm.doc.company,
'company': frm.doc.company
}
};
});