bug fix in clear unallocated advances

This commit is contained in:
Anand Doshi
2013-02-06 17:33:46 +05:30
parent 6270869374
commit 613cb6a9f9
7 changed files with 135 additions and 50 deletions

View File

@@ -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