Merge branch 'develop' into se_alert_develop

This commit is contained in:
Sagar Sharma 2022-11-30 22:03:31 +05:30 committed by GitHub
commit 0e8edd1ee9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,13 @@ frappe.ui.form.on("Request for Quotation",{
}
};
}
frm.set_query('warehouse', 'items', () => ({
filters: {
company: frm.doc.company,
is_group: 0
}
}));
},
onload: function(frm) {