[fix] [minor] reload shopping_cart_price_list
This commit is contained in:
parent
3ead4a6e08
commit
f32a4643e5
@ -5,6 +5,8 @@ from __future__ import unicode_literals
|
||||
import webnotes
|
||||
|
||||
def execute():
|
||||
webnotes.reload_doc("website", "doctype", "shopping_cart_price_list")
|
||||
|
||||
for t in [
|
||||
("Supplier Quotation", "price_list_name", "buying_price_list"),
|
||||
("Purchase Order", "price_list_name", "buying_price_list"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user