feat: residues accounting
This commit is contained in:
@@ -105,7 +105,7 @@ class ProductService(BaseService):
|
||||
is_pagination_valid = is_valid_pagination(pagination)
|
||||
total_pages = 0
|
||||
total_items = 0
|
||||
stmt: Query = (
|
||||
stmt = (
|
||||
select(
|
||||
Product
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user