mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-12 03:15:07 +00:00
Merge pull request #53880 from frappe/mergify/bp/version-16-hotfix/pr-53878
fix: maintain state during reposting (backport #53878)
This commit is contained in:
@@ -656,8 +656,8 @@ class update_entries_after:
|
||||
# To avoid duplicate reposting of same sle in case of multiple dependant sle
|
||||
self.distinct_sles.add(sle.name)
|
||||
|
||||
# if i % 1000 == 0:
|
||||
self.update_data_in_repost(len(self._sles), i)
|
||||
if i % 1000 == 0:
|
||||
self.update_data_in_repost(len(self._sles), i)
|
||||
|
||||
def sort_sles(self, sles):
|
||||
return sorted(
|
||||
|
||||
Reference in New Issue
Block a user