Merge pull request #13341 from Zlash65/min-fix
[Minor] Fix unindented code
This commit is contained in:
commit
59057c6675
@ -107,7 +107,7 @@ def get_product_list_for_group(product_group=None, start=0, limit=10, search=Non
|
|||||||
data = frappe.db.sql(query, {"product_group": product_group,"search": search, "today": nowdate()}, as_dict=1)
|
data = frappe.db.sql(query, {"product_group": product_group,"search": search, "today": nowdate()}, as_dict=1)
|
||||||
data = adjust_qty_for_expired_items(data)
|
data = adjust_qty_for_expired_items(data)
|
||||||
|
|
||||||
for item in data:
|
for item in data:
|
||||||
set_product_info_for_website(item)
|
set_product_info_for_website(item)
|
||||||
|
|
||||||
return [get_item_for_list_in_html(r) for r in data]
|
return [get_item_for_list_in_html(r) for r in data]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user