disabled calculate taxes and totals for now -- should be enabled once client side script is in sync
diff --git a/controllers/buying_controller.py b/controllers/buying_controller.py
index d825908..df2f429 100644
--- a/controllers/buying_controller.py
+++ b/controllers/buying_controller.py
@@ -36,7 +36,7 @@
 				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()