Revert "fix: Concurrency issues in Sales and Purchase returns" (#34202)

Revert "fix: Concurrency issues in Sales and Purchase returns (#34019)"

This reverts commit a67284e96d.

(cherry picked from commit e26c6dc76b)
This commit is contained in:
Deepesh Garg
2023-02-24 15:28:14 +05:30
committed by Mergify
parent 230e345732
commit 9341d3e60e

View File

@@ -252,7 +252,6 @@ def get_already_returned_items(doc):
child.parent = par.name and par.docstatus = 1
and par.is_return = 1 and par.return_against = %s
group by item_code
for update
""".format(
column, doc.doctype, doc.doctype
),