Merge branch 'develop' into fix_allocated_amt_in_PE

This commit is contained in:
Anuja Pawar
2021-04-26 11:36:10 +05:30
committed by GitHub
19 changed files with 401 additions and 9 deletions

View File

@@ -592,6 +592,7 @@ class JournalEntry(AccountsController):
self.validate_total_debit_and_credit()
@frappe.whitelist()
def get_outstanding_invoices(self):
self.set('accounts', [])
total = 0