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