From 22e82dff201f3beac39afc82f998c371131b7a95 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Mon, 17 Jul 2017 20:28:30 +0530 Subject: [PATCH] Removed a deprecated function call --- erpnext/public/js/controllers/transaction.js | 1 - 1 file changed, 1 deletion(-) diff --git a/erpnext/public/js/controllers/transaction.js b/erpnext/public/js/controllers/transaction.js index 1e8353bc92..c798ade137 100644 --- a/erpnext/public/js/controllers/transaction.js +++ b/erpnext/public/js/controllers/transaction.js @@ -366,7 +366,6 @@ erpnext.TransactionController = erpnext.taxes_and_totals.extend({ validate: function() { this.calculate_taxes_and_totals(false); - this.set_item_wise_tax_breakup(); }, company: function() {