brotherton-erpnext/patches/april_2013/p08_price_list_country.py

4 lines
110 B
Python
Raw Normal View History

import webnotes
def execute():
webnotes.conn.sql("""update `tabPrice List` set valid_for_all_countries=1""")