Skip to content

Commit

Permalink
Merge pull request #44068 from frappe/mergify/bp/version-15-hotfix/pr…
Browse files Browse the repository at this point in the history
…-44064

fix: slow reposting due to SABB update (backport #44064)
  • Loading branch information
rohitwaghchaure authored Nov 11, 2024
2 parents d648875 + 3e29ae8 commit 3c0623f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions erpnext/stock/doctype/stock_entry/stock_entry.py
Original file line number Diff line number Diff line change
Expand Up @@ -795,9 +795,6 @@ def calculate_rate_and_amount(self, reset_outgoing_rate=True, raise_error_if_no_
self.set_total_incoming_outgoing_value()
self.set_total_amount()

if not reset_outgoing_rate:
self.set_serial_and_batch_bundle()

def set_basic_rate(self, reset_outgoing_rate=True, raise_error_if_no_rate=True):
"""
Set rate for outgoing, scrapped and finished items
Expand Down

0 comments on commit 3c0623f

Please sign in to comment.