mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-18 06:15:10 +00:00
Update transaction.js (#22788)
Added frappe.flags.hide_serial_batch_dialog = true that was missing in version-12
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
erpnext.TransactionController = erpnext.taxes_and_totals.extend({
|
||||
setup: function() {
|
||||
frappe.flags.hide_serial_batch_dialog = true
|
||||
this._super();
|
||||
frappe.ui.form.on(this.frm.doctype + " Item", "rate", function(frm, cdt, cdn) {
|
||||
var item = frappe.get_doc(cdt, cdn);
|
||||
|
||||
Reference in New Issue
Block a user