mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-27 02:28:30 +00:00
Merge pull request #36209 from mohsinalimat/patch-2
fix: Ambiguous column error while submitting stock entry
This commit is contained in:
@@ -420,7 +420,7 @@ class StockEntry(StockController):
|
||||
transferred_materials = frappe.db.sql(
|
||||
"""
|
||||
select
|
||||
sum(qty) as qty
|
||||
sum(sed.qty) as qty
|
||||
from `tabStock Entry` se,`tabStock Entry Detail` sed
|
||||
where
|
||||
se.name = sed.parent and se.docstatus=1 and
|
||||
|
||||
Reference in New Issue
Block a user