Skip to content

Commit

Permalink
refactor: add get_list for virtual child doctypes
Browse files Browse the repository at this point in the history
  • Loading branch information
ruthra-kumar committed Dec 12, 2023
1 parent d34787c commit 15c9055
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 15c9055

Please sign in to comment.