quotas information by product - change broker & attribute sale unit
This commit is contained in:
@@ -2,7 +2,7 @@ from apps.warehouse.models import InventoryEntry
|
||||
|
||||
|
||||
def get_products_in_warehouse(organization_id):
|
||||
""" get lis of products from organization warehouse """
|
||||
""" get list of products from organization warehouse """
|
||||
|
||||
entries = InventoryEntry.objects.select_related(
|
||||
'distribution__quota__product'
|
||||
|
||||
Reference in New Issue
Block a user