Skip to content

Commit

Permalink
Merge pull request #34204 from frappe/mergify/bp/version-14/pr-34203
Browse files Browse the repository at this point in the history
Revert "fix: Concurrency issues in Sales and Purchase returns" (backport #34202) (backport #34203)
  • Loading branch information
deepeshgarg007 authored Feb 24, 2023
2 parents 0d986a2 + 3c2e21e commit d6d1238
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion erpnext/controllers/sales_and_purchase_return.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
),
Expand Down

0 comments on commit d6d1238

Please sign in to comment.