Merge branch 'develop' into youtube-analytics

This commit is contained in:
Marica
2020-09-07 18:54:11 +05:30
committed by GitHub
326 changed files with 6775 additions and 4565 deletions

View File

@@ -82,6 +82,7 @@ def get_price(item_code, price_list, customer_group, company, qty=1):
pricing_rule = get_pricing_rule_for_item(frappe._dict({
"item_code": item_code,
"qty": qty,
"stock_qty": qty,
"transaction_type": "selling",
"price_list": price_list,
"customer_group": customer_group,