commit | 08eaf3c6b84d9118ec3939efbd21f4285bf9d287 | [log] [tgz] |
---|---|---|
author | Anupam Kumar <anupamvns0099@gmail.com> | Wed Mar 31 02:34:19 2021 +0530 |
committer | GitHub <noreply@github.com> | Wed Mar 31 02:34:19 2021 +0530 |
tree | 08e904e3ff3db7dde686e8f0a933d696327cea62 | |
parent | 7e442c74b6ba3e12dd787b8484e67cf27ea4b15e [diff] | |
parent | 41229ba705db86b43ce8d9a9bc146639b968655c [diff] |
Merge pull request #25071 from anupamvs/add-to-transit-prere fix: unable to submit stock entry
diff --git a/erpnext/stock/doctype/stock_entry/stock_entry.js b/erpnext/stock/doctype/stock_entry/stock_entry.js index 4979234..af3c4e5 100644 --- a/erpnext/stock/doctype/stock_entry/stock_entry.js +++ b/erpnext/stock/doctype/stock_entry/stock_entry.js
@@ -848,7 +848,6 @@ } erpnext.hide_company(); erpnext.utils.add_item(this.frm); - this.frm.trigger('add_to_transit'); }, scan_barcode: function() {