mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 18:59:08 +00:00
Update set_delivery_date_in_so_item.py
This commit is contained in:
@@ -18,4 +18,6 @@ def execute():
|
|||||||
and so.order_type = 'Sales'
|
and so.order_type = 'Sales'
|
||||||
and (so_item.delivery_date is null or so_item.delivery_date = ''
|
and (so_item.delivery_date is null or so_item.delivery_date = ''
|
||||||
or so_item.delivery_date = '0000-00-00')
|
or so_item.delivery_date = '0000-00-00')
|
||||||
""")
|
and (so.delivery_date is not null and so.delivery_date != ''
|
||||||
|
and so.delivery_date != '0000-00-00')
|
||||||
|
""")
|
||||||
|
|||||||
Reference in New Issue
Block a user