chore: Update tests

(cherry picked from commit 6192af5cf0)
This commit is contained in:
Deepesh Garg
2022-12-08 18:04:40 +05:30
committed by Mergify
parent 5e5937d6d0
commit ad03355333
3 changed files with 9 additions and 2 deletions

View File

@@ -110,6 +110,7 @@ def get_price(item_code, price_list, customer_group, company, qty=1):
"conversion_rate": 1,
"for_shopping_cart": True,
"currency": frappe.db.get_value("Price List", price_list, "currency"),
"doctype": "Quotation",
}
)