From 3576b18d97b1ef240fa17b559c4e4d7bae7e04a5 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Fri, 8 Feb 2013 19:30:06 +0530 Subject: [PATCH] disabled calculate taxes and totals for now -- should be enabled once client side script is in sync --- controllers/buying_controller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/buying_controller.py b/controllers/buying_controller.py index d82590845d..df2f429a14 100644 --- a/controllers/buying_controller.py +++ b/controllers/buying_controller.py @@ -36,7 +36,7 @@ class BuyingController(AccountsController): self.validate_conversion_rate("price_list_currency", "plc_conversion_rate") # IMPORTANT: enable this only when client side code is similar to this one - self.calculate_taxes_and_totals() + # self.calculate_taxes_and_totals() # set total in words self.set_total_in_words()