[price list] [country] specify country for a price list

This commit is contained in:
Anand Doshi
2013-04-29 19:38:34 +05:30
parent fe9c1eb5df
commit d7ad13a8a7
10 changed files with 132 additions and 71 deletions

View File

@@ -0,0 +1,4 @@
import webnotes
def execute():
webnotes.conn.sql("""update `tabPrice List` set valid_for_all_countries=1""")