mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-20 23:42:13 +00:00
fix: test for reposting pi
This commit is contained in:
@@ -3463,7 +3463,7 @@ def check_if_child_table_updated(
|
|||||||
# Check if any field affecting accounting entry is altered
|
# Check if any field affecting accounting entry is altered
|
||||||
for index, item in enumerate(child_table_before_update):
|
for index, item in enumerate(child_table_before_update):
|
||||||
for field in fields_to_check:
|
for field in fields_to_check:
|
||||||
if child_table_before_update[index].get(field) != item.get(field):
|
if child_table_after_update[index].get(field) != item.get(field):
|
||||||
return True
|
return True
|
||||||
|
|
||||||
return False
|
return False
|
||||||
|
|||||||
Reference in New Issue
Block a user