[Fix] Removed employee party type from the payment entry
This commit is contained in:
parent
02d987ed13
commit
f73d459c80
@ -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"]],
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user