mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-14 10:41:21 +00:00
patch: update % delievered and % billed in SO if pos made against that so
This commit is contained in:
@@ -4,7 +4,7 @@ def execute():
|
|||||||
|
|
||||||
sc_obj = get_obj("Sales Common")
|
sc_obj = get_obj("Sales Common")
|
||||||
|
|
||||||
si = webnotes.conn.sql("""select si.name
|
si = webnotes.conn.sql("""select distinct si.name
|
||||||
from `tabSales Invoice` si, `tabSales Invoice Item` si_item
|
from `tabSales Invoice` si, `tabSales Invoice Item` si_item
|
||||||
where si_item.parent = si.name
|
where si_item.parent = si.name
|
||||||
and si.docstatus = 1
|
and si.docstatus = 1
|
||||||
|
|||||||
Reference in New Issue
Block a user