fix - showing my devices
This commit is contained in:
@@ -27,6 +27,7 @@ def quota_live_stock_allocation_info(quota: Quota) -> typing.Any:
|
||||
""" information of quota live stock allocations """
|
||||
|
||||
allocations = quota.livestock_allocations.select_related('livestock_type')
|
||||
print(allocations)
|
||||
|
||||
if allocations:
|
||||
allocations_list = [{
|
||||
|
||||
Reference in New Issue
Block a user