[Fix] Removed employee party type from the payment entry

This commit is contained in:
Rohit Waghchaure 2017-02-19 17:46:05 +05:30
parent 02d987ed13
commit f73d459c80

View File

@ -28,7 +28,9 @@ frappe.ui.form.on('Payment Entry', {
frm.set_query("party_type", function() {
return{
query: "erpnext.setup.doctype.party_type.party_type.get_party_type"
"filters": {
"name": ["in",["Customer","Supplier"]],
}
}
});