fix: change label name

(cherry picked from commit 635174f1ce)
This commit is contained in:
Rohit Waghchaure
2024-02-23 19:33:52 +05:30
committed by Mergify
parent e4baacd79e
commit 824df72eeb
4 changed files with 7 additions and 5 deletions

View File

@@ -106,7 +106,6 @@ erpnext.TransactionController = class TransactionController extends erpnext.taxe
frappe.ui.form.on(this.frm.doctype + " Item", {
items_add: function(frm, cdt, cdn) {
debugger
var item = frappe.get_doc(cdt, cdn);
if (!item.warehouse && frm.doc.set_warehouse) {
item.warehouse = frm.doc.set_warehouse;