mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-09 00:01:18 +00:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user