Merge branch 'develop' into stock-reservation

This commit is contained in:
s-aga-r
2023-05-03 12:06:11 +05:30
60 changed files with 523 additions and 224 deletions

View File

@@ -1402,7 +1402,7 @@ def regenerate_sle_for_batch_stock_reco(detail):
if not frappe.db.exists(
"Repost Item Valuation", {"voucher_no": doc.name, "status": "Queued", "docstatus": "1"}
):
doc.repost_future_sle_and_gle()
doc.repost_future_sle_and_gle(force=True)
def get_stock_reco_qty_shift(args):