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""")
|