mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-01 20:48:27 +00:00
bug fix in clear unallocated advances
This commit is contained in:
@@ -83,4 +83,7 @@ class BuyingController(AccountsController):
|
||||
self.doc.in_words = money_in_words(self.doc.grand_total, company_currency)
|
||||
if self.meta.get_field("in_words_import"):
|
||||
self.doc.in_words_import = money_in_words(self.doc.grand_total_import,
|
||||
self.doc.currency)
|
||||
self.doc.currency)
|
||||
|
||||
def calculate_taxes_and_totals(self):
|
||||
pass
|
||||
Reference in New Issue
Block a user