mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-29 18:04:46 +00:00
5 lines
165 B
Python
5 lines
165 B
Python
import webnotes
|
|
|
|
def execute():
|
|
webnotes.reload_doc("Setup", "DocType", "Price List")
|
|
webnotes.conn.sql("""update `tabPrice List` set valid_for_all_countries=1""") |