Fix the balck pipeline

This commit is contained in:
lsacienne
2022-04-27 15:38:14 +02:00
parent c6caf5dbce
commit 15e2c8c7b3
2 changed files with 11 additions and 17 deletions

View File

@ -483,7 +483,7 @@ class CounterClick(CounterTabsMixin, CanViewMixin, DetailView):
]:
return True
else:
return False
return False
def get_product(self, pid):
return Product.objects.filter(pk=int(pid)).first()