validate_conversion_rate in taxes_and_totals (#13880)

This commit is contained in:
Faris Ansari 2018-05-02 12:19:30 +05:30 committed by Nabin Hait
parent 99be9d17d5
commit eae2ddac69

View File

@ -29,6 +29,7 @@ class calculate_taxes_and_totals(object):
self.set_item_wise_tax_breakup()
def _calculate(self):
self.validate_conversion_rate()
self.calculate_item_values()
self.initialize_taxes()
self.determine_exclusive_rate()