mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 10:11:20 +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""")
|
||||
@@ -249,4 +249,5 @@ patch_list = [
|
||||
"execute:webnotes.reset_perms('File Data')",
|
||||
"patches.april_2013.p07_update_file_data_2",
|
||||
"patches.april_2013.rebuild_sales_browser",
|
||||
"patches.april_2013.p08_price_list_country",
|
||||
]
|
||||
Reference in New Issue
Block a user