feat: serial and batch bundle for Subcontracting

This commit is contained in:
Rohit Waghchaure
2023-03-16 12:58:48 +05:30
parent e6143abb8a
commit 5ddd55a8ae
12 changed files with 320 additions and 89 deletions

View File

@@ -891,10 +891,11 @@ erpnext.SerialNoBatchBundleUpdate = class SerialNoBatchBundleUpdate {
doc: this.frm.doc,
}
}).then(r => {
debugger
this.callback && this.callback(r.message);
this.dialog.hide();
})
} else {
frappe.msgprint(__('Please save the document first'));
}
}