mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 20:29:09 +00:00
Merge pull request #5558 from saurabh6790/doc_flow_fix
[minor][fix] fix filter in previous link mapper
This commit is contained in:
@@ -49,7 +49,7 @@ class PurchaseInvoice(BuyingController):
|
|||||||
"fieldname": "purchase_receipt",
|
"fieldname": "purchase_receipt",
|
||||||
"doctype": "Purchase Invoice Item",
|
"doctype": "Purchase Invoice Item",
|
||||||
"filters": [
|
"filters": [
|
||||||
["Purchase Invoice Item", "parent", "=", self.item],
|
["Purchase Invoice Item", "parent", "=", self.name],
|
||||||
["Purchase Invoice Item", "purchase_receipt", "!=", ""]
|
["Purchase Invoice Item", "purchase_receipt", "!=", ""]
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user