mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 02:01:21 +00:00
disabled calculate taxes and totals for now -- should be enabled once client side script is in sync
This commit is contained in:
@@ -36,7 +36,7 @@ class BuyingController(AccountsController):
|
|||||||
self.validate_conversion_rate("price_list_currency", "plc_conversion_rate")
|
self.validate_conversion_rate("price_list_currency", "plc_conversion_rate")
|
||||||
|
|
||||||
# IMPORTANT: enable this only when client side code is similar to this one
|
# 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
|
# set total in words
|
||||||
self.set_total_in_words()
|
self.set_total_in_words()
|
||||||
|
|||||||
Reference in New Issue
Block a user