mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-23 00:28:30 +00:00
[fix] fix filter in previous link mapper
This commit is contained in:
@@ -49,7 +49,7 @@ class PurchaseInvoice(BuyingController):
|
||||
"fieldname": "purchase_receipt",
|
||||
"doctype": "Purchase Invoice Item",
|
||||
"filters": [
|
||||
["Purchase Invoice Item", "parent", "=", self.item],
|
||||
["Purchase Invoice Item", "parent", "=", self.name],
|
||||
["Purchase Invoice Item", "purchase_receipt", "!=", ""]
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user