mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-21 14:09:19 +00:00
Merge pull request #38686 from frappe/mergify/bp/version-14-hotfix/pr-38685
refactor: add `get_list` for virtual child doctypes (backport #38685)
This commit is contained in:
@@ -6,4 +6,6 @@ from frappe.model.document import Document
|
|||||||
|
|
||||||
|
|
||||||
class PaymentReconciliationAllocation(Document):
|
class PaymentReconciliationAllocation(Document):
|
||||||
pass
|
@staticmethod
|
||||||
|
def get_list(args):
|
||||||
|
pass
|
||||||
|
|||||||
@@ -6,4 +6,6 @@ from frappe.model.document import Document
|
|||||||
|
|
||||||
|
|
||||||
class PaymentReconciliationInvoice(Document):
|
class PaymentReconciliationInvoice(Document):
|
||||||
pass
|
@staticmethod
|
||||||
|
def get_list(args):
|
||||||
|
pass
|
||||||
|
|||||||
@@ -6,4 +6,6 @@ from frappe.model.document import Document
|
|||||||
|
|
||||||
|
|
||||||
class PaymentReconciliationPayment(Document):
|
class PaymentReconciliationPayment(Document):
|
||||||
pass
|
@staticmethod
|
||||||
|
def get_list(args):
|
||||||
|
pass
|
||||||
|
|||||||
Reference in New Issue
Block a user