commit | c15978fca0ef9b26575b403ca0a22192e0b82ccb | [log] [tgz] |
---|---|---|
author | tundebabzy <tundebabzy@gmail.com> | Thu Feb 22 09:50:49 2018 +0100 |
committer | tundebabzy <tundebabzy@gmail.com> | Thu Feb 22 09:50:49 2018 +0100 |
tree | eacf018e21bd6adf66889fb09ceeb9da58af5866 | |
parent | cb2264e0b47161d56fa683e47b4a5a3f2a8c3e6b [diff] |
fix indentation
diff --git a/erpnext/utilities/product.py b/erpnext/utilities/product.py index 415056d..b0cfbae 100644 --- a/erpnext/utilities/product.py +++ b/erpnext/utilities/product.py
@@ -28,9 +28,6 @@ if stock_qty: in_stock = stock_qty[0][0] > 0 and 1 or 0 - if stock_qty: - in_stock = stock_qty[0][0] > 0 and 1 or 0 - return frappe._dict({"in_stock": in_stock, "stock_qty": stock_qty, "is_stock_item": is_stock_item})