mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-17 00:25:01 +00:00
Merge pull request #44288 from frappe/mergify/bp/version-14-hotfix/pr-44191
fix: patch (backport #44191)
This commit is contained in:
@@ -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
|
||||
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user