mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-18 00:55:02 +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")
|
||||
|
||||
si = webnotes.conn.sql("""select si.name
|
||||
si = webnotes.conn.sql("""select distinct si.name
|
||||
from `tabSales Invoice` si, `tabSales Invoice Item` si_item
|
||||
where si_item.parent = si.name
|
||||
and si.docstatus = 1
|
||||
|
||||
Reference in New Issue
Block a user