mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 07:54:46 +00:00
[price list] [country] specify country for a price list
This commit is contained in:
4
patches/april_2013/p08_price_list_country.py
Normal file
4
patches/april_2013/p08_price_list_country.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import webnotes
|
||||
|
||||
def execute():
|
||||
webnotes.conn.sql("""update `tabPrice List` set valid_for_all_countries=1""")
|
||||
Reference in New Issue
Block a user