mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-18 06:15:10 +00:00
fix: repost accounting ledgers for skipped records
This commit is contained in:
@@ -554,7 +554,8 @@ def repost_entries():
|
||||
if (
|
||||
doc.repost_only_accounting_ledgers
|
||||
and doc.reposting_reference
|
||||
and frappe.db.get_value("Repost Item Valuation", doc.reposting_reference, "status") != "Completed"
|
||||
and frappe.db.get_value("Repost Item Valuation", doc.reposting_reference, "status")
|
||||
not in ["Completed", "Skipped"]
|
||||
):
|
||||
continue
|
||||
|
||||
|
||||
Reference in New Issue
Block a user