mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-05 05:09:11 +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""") |