mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-19 09:35:03 +00:00
Merge pull request #44064 from rohitwaghchaure/fixed-support-25064
fix: slow reposting due to SABB update
This commit is contained in:
@@ -812,9 +812,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