mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 15:42:52 +00:00
4 lines
110 B
Python
4 lines
110 B
Python
import webnotes
|
|
|
|
def execute():
|
|
webnotes.conn.sql("""update `tabPrice List` set valid_for_all_countries=1""") |