mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-06 23:10:26 +00:00
chore: cleanup comments
This commit is contained in:
@@ -19,8 +19,6 @@ class ProductQuery:
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
"""Summary
|
|
||||||
"""
|
|
||||||
self.settings = frappe.get_doc("Products Settings")
|
self.settings = frappe.get_doc("Products Settings")
|
||||||
self.cart_settings = frappe.get_doc("Shopping Cart Settings")
|
self.cart_settings = frappe.get_doc("Shopping Cart Settings")
|
||||||
self.page_length = self.settings.products_per_page or 20
|
self.page_length = self.settings.products_per_page or 20
|
||||||
|
|||||||
Reference in New Issue
Block a user