[price list] country-wise price list

This commit is contained in:
Anand Doshi
2013-05-02 16:25:59 +05:30
parent 9d504e4706
commit ff1e155a77
3 changed files with 11 additions and 5 deletions

View File

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