Skip to content

Commit

Permalink
Merge pull request #38685 from ruthra-kumar/get_list_for_virtual_chil…
Browse files Browse the repository at this point in the history
…d_doctypes

refactor: add `get_list` for virtual child doctypes
  • Loading branch information
ruthra-kumar authored Dec 12, 2023
2 parents 0acd0f5 + 15c9055 commit d4ac577
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,6 @@ class PaymentReconciliationAllocation(Document):
unreconciled_amount: DF.Currency
# end: auto-generated types

pass
@staticmethod
def get_list(args):
pass
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,6 @@ class PaymentReconciliationInvoice(Document):
parenttype: DF.Data
# end: auto-generated types

pass
@staticmethod
def get_list(args):
pass
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ class PaymentReconciliationPayment(Document):
remark: DF.SmallText | None
# end: auto-generated types

pass
@staticmethod
def get_list(args):
pass

0 comments on commit d4ac577

Please sign in to comment.