mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-16 13:25:10 +00:00
Merge pull request #44068 from frappe/mergify/bp/version-15-hotfix/pr-44064
fix: slow reposting due to SABB update (backport #44064)
This commit is contained in:
@@ -795,9 +795,6 @@ class StockEntry(StockController):
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user