fix product serializer
This commit is contained in:
parent
6a5cedc8b9
commit
858f64a26a
|
|
@ -415,8 +415,6 @@ class ProductSerializer(TransferSerializerMixin):
|
|||
category__index_name=category_index_name)
|
||||
if qs.exists():
|
||||
return qs.first()
|
||||
else:
|
||||
import ipdb;ipdb.set_trace()
|
||||
|
||||
def get_wine_standard(self, standard, standard_type):
|
||||
if standard:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user