commit | 7779bb38398f50f8a8458a5251b5da09d5bbe992 | [log] [tgz] |
---|---|---|
author | rohitwaghchaure <rohitw1991@gmail.com> | Mon Mar 25 17:50:02 2019 +0530 |
committer | GitHub <noreply@github.com> | Mon Mar 25 17:50:02 2019 +0530 |
tree | 599e1c9cb4a2acb9c3f35019b269171343fcb6ab | |
parent | 5770ad9e8cde3e1a76c75b0bbbd6e9f52f9028f5 [diff] | |
parent | 4792a84b5ff83ffe7d36cd3872ee3224b52b09dd [diff] |
Merge pull request #17010 from rohitwaghchaure/rename_pricing_rule_child_doctypes fix: rename pricing rule child doctype names
diff --git a/erpnext/stock/utils.py b/erpnext/stock/utils.py index c89fc10..76631fa 100644 --- a/erpnext/stock/utils.py +++ b/erpnext/stock/utils.py
@@ -56,7 +56,7 @@ if item_code: values.append(item_code) - condition.append(" AND item_code = %s") + condition += " AND item_code = %s" stock_ledger_entries = frappe.db.sql(""" SELECT item_code, stock_value, name, warehouse