commit | 40d7418dcab12e0a3de69270183e958b5ddeb866 | [log] [tgz] |
---|---|---|
author | Ankush Menat <ankush@frappe.io> | Mon Mar 28 20:21:21 2022 +0530 |
committer | Ankush Menat <ankush@frappe.io> | Mon Mar 28 20:21:21 2022 +0530 |
tree | 6fbeedd5d921b9a9c4d6eddbc5231a582baddb7b | |
parent | a787ebb7325294eb95cca1c91b6257bd9cdab88f [diff] | |
parent | 7c0c31bc6a61f77617063bb8aa03fd8c8bb58296 [diff] |
Merge branch 'develop' into stock-entry-items-idx
diff --git a/erpnext/stock/doctype/stock_entry/stock_entry.py b/erpnext/stock/doctype/stock_entry/stock_entry.py index bc54f7f..eaf2730 100644 --- a/erpnext/stock/doctype/stock_entry/stock_entry.py +++ b/erpnext/stock/doctype/stock_entry/stock_entry.py
@@ -1898,7 +1898,6 @@ se_child.is_process_loss = item_row.get("is_process_loss", 0) for field in [ - "idx", "po_detail", "original_item", "expense_account",