commit | d235fc75ad573525ee7dc022acb468e82aa22674 | [log] [tgz] |
---|---|---|
author | Ankush Menat <ankush@iwebnotes.com> | Mon Apr 12 10:23:06 2021 +0530 |
committer | GitHub <noreply@github.com> | Mon Apr 12 10:23:06 2021 +0530 |
tree | f10df575facb265d14c816abb2f6a6468839876b | |
parent | 4d4d7074d0fe55271c34081627f0d0388102cafb [diff] |
fix: remove nonexistent method from pick list (#25279) This method is merged in calculate_rate_and_amount() during repost item valuation refactoring. Ref: https://github.com/nabinhait/erpnext/commit/e10f0a5a6cd344b0e2ea2b65a992b37e9a4594d6#diff-a160e3a8907dcdf28ce7728bb7dd45914ad8ab033489ea3de4c80fb1c4ca7fe9
diff --git a/erpnext/stock/doctype/pick_list/pick_list.py b/erpnext/stock/doctype/pick_list/pick_list.py index 755fa61..6ab68e2 100644 --- a/erpnext/stock/doctype/pick_list/pick_list.py +++ b/erpnext/stock/doctype/pick_list/pick_list.py
@@ -379,7 +379,6 @@ else: stock_entry = update_stock_entry_items_with_no_reference(pick_list, stock_entry) - stock_entry.set_incoming_rate() stock_entry.set_actual_qty() stock_entry.calculate_rate_and_amount()