fix pos inventory serializer context rancher key
This commit is contained in:
@@ -57,7 +57,7 @@ class InventoryEntrySerializer(serializers.ModelSerializer):
|
|||||||
'id': instance.distribution.quota.product.id,
|
'id': instance.distribution.quota.product.id,
|
||||||
}
|
}
|
||||||
|
|
||||||
if self.context['rancher']:
|
if 'rancher' in self.context.keys():
|
||||||
# rancher herd & live stock statistics
|
# rancher herd & live stock statistics
|
||||||
representation['rancher_statistics'] = get_rancher_statistics(self.context['rancher'])
|
representation['rancher_statistics'] = get_rancher_statistics(self.context['rancher'])
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user