mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 12:19:12 +00:00
fix: credit note receive payment entry
This commit is contained in:
@@ -2041,3 +2041,7 @@ def create_gain_loss_journal(
|
||||
journal_entry.save()
|
||||
journal_entry.submit()
|
||||
return journal_entry.name
|
||||
|
||||
|
||||
def get_party_types_from_account_type(account_type):
|
||||
return frappe.db.get_list("Party Type", {"account_type": account_type}, pluck="name")
|
||||
|
||||
Reference in New Issue
Block a user