chore: Update tests

This commit is contained in:
Deepesh Garg
2022-12-08 18:04:40 +05:30
parent 0581000990
commit 6192af5cf0
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",
}
)