Skip to content

Commit

Permalink
fix: patch (#44191)
Browse files Browse the repository at this point in the history
(cherry picked from commit 495528a)
(cherry picked from commit 3643c60)
  • Loading branch information
rohitwaghchaure authored and mergify[bot] committed Nov 22, 2024
1 parent 46a8500 commit d1295d1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def execute():
data = frappe.db.sql(
"""
SELECT
name, item_code, warehouse, voucher_type, voucher_no, posting_date, posting_time, company
name, item_code, warehouse, voucher_type, voucher_no, posting_date, posting_time, company, creation
FROM
`tabStock Ledger Entry`
WHERE
Expand Down Expand Up @@ -67,6 +67,7 @@ def execute():
"voucher_type": d.voucher_type,
"voucher_no": d.voucher_no,
"sle_id": d.name,
"creation": d.creation,
},
allow_negative_stock=True,
)
Expand Down

0 comments on commit d1295d1

Please sign in to comment.