fix product serializer
This commit is contained in:
parent
362070656e
commit
6a5cedc8b9
|
|
@ -208,8 +208,6 @@ class ProductClassificationSerializer(TransferSerializerMixin):
|
|||
category__index_name=WineTypeSerializer.CATEGORY_INDEX_NAME)
|
||||
if qs.exists():
|
||||
return qs.first()
|
||||
# else:
|
||||
# import ipdb; ipdb.set_trace()
|
||||
|
||||
def get_possible_color_tag(self, possible_color_id):
|
||||
if possible_color_id:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user