mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 18:59:08 +00:00
[price list] country-wise price list
This commit is contained in:
@@ -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""")
|
||||
Reference in New Issue
Block a user