refactor: Remove duplicate inherited method (#46030)

The method add_taxes_from_item_tax_template is defined identically in the erpnext.taxes_and_totals class, that erpnext.TransactionController extends.

(cherry picked from commit a700345cee)

# Conflicts:
#	erpnext/public/js/controllers/transaction.js
This commit is contained in:
Corentin Forler
2025-03-05 11:08:05 +01:00
committed by Mergify
parent 506dd3c6b9
commit 0db7e8fbc1

View File

@@ -742,6 +742,7 @@ erpnext.TransactionController = class TransactionController extends erpnext.taxe
});
}
<<<<<<< HEAD
add_taxes_from_item_tax_template(item_tax_map) {
let me = this;
@@ -762,6 +763,8 @@ erpnext.TransactionController = class TransactionController extends erpnext.taxe
}
}
=======
>>>>>>> a700345cee (refactor: Remove duplicate inherited method (#46030))
serial_no(doc, cdt, cdn) {
var me = this;
var item = frappe.get_doc(cdt, cdn);