mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-20 13:39:18 +00:00
5 lines
225 B
Python
5 lines
225 B
Python
def execute():
|
|
import webnotes
|
|
webnotes.reload_doc("stock", "doctype", "delivery_note")
|
|
webnotes.conn.sql("""update `tabDelivery Note` set shipping_address_name = customer_address,
|
|
shipping_address = address_display""") |