Merge branch 'develop' into alternative-items-quotation

This commit is contained in:
Marica
2023-02-15 13:05:33 +05:30
committed by GitHub
57 changed files with 1118 additions and 472 deletions

View File

@@ -252,6 +252,7 @@ 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
),